Skip to main content

A flake8 plugin to ban type hints.

Project description

https://img.shields.io/github/workflow/status/adamchainz/flake8-no-types/CI/master?style=for-the-badge https://img.shields.io/pypi/v/flake8-no-types.svg?style=for-the-badge https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge pre-commit

A flake8 plugin to ban type hints.

This can be useful in code bases where you aren’t running type checking (yet?) but developers or their IDE’s add type hints that can be incorrect.

Requirements

Python 3.6 to 3.9 supported.

Installation

First, install with pip:

python -m pip install flake8-no-types

Second, check that flake8 lists the plugin in its version line:

$ flake8 --version
3.7.9 (flake8-no-types: 1.0.0, mccabe: 0.6.1, pycodestyle: 2.5.0, pyflakes: 2.1.1) CPython 3.8.0 on Darwin

Third, add the NT prefix to your select list. For example, if you have your configuration in setup.cfg:

[flake8]
select = E,F,W,NT

Linting a Django project? Check out my book Speed Up Your Django Tests which covers loads of best practices so you can write faster, more accurate tests.


Rules

NT001: No type hints.

Flags all forms of type hints:

  • Function annotations: def foo() -> int:

  • Variable hints: foo: int = 1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flake8-no-types-1.1.1.tar.gz (9.8 kB view details)

Uploaded Source

Built Distribution

flake8_no_types-1.1.1-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file flake8-no-types-1.1.1.tar.gz.

File metadata

  • Download URL: flake8-no-types-1.1.1.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0

File hashes

Hashes for flake8-no-types-1.1.1.tar.gz
Algorithm Hash digest
SHA256 a4e5dc70d344d8f4eeaf8a18d2129d42535b3665033e7353ddef67a1858cb3f6
MD5 2b056960d810bf6bfd19eefe5f0cd6c5
BLAKE2b-256 4781b2718a58207ae60663b2728307ce25cfe1ba43b72a507333516745606b8a

See more details on using hashes here.

File details

Details for the file flake8_no_types-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: flake8_no_types-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0

File hashes

Hashes for flake8_no_types-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 285724fda24390047f9e0a600947015531546243d8167925284f974e8b279724
MD5 85acbb113d9622f40f7e628a9a42b9c9
BLAKE2b-256 894af4eabf638b0986bcb731a67820c8a09dca2f17d09df69e91566f9fd0e3c1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page