Skip to main content

Flake8 plugin that checks for forbidden imports in your code

Project description

Flake8 Import Linter

Flake8 plugin that checks for forbidden imports in your code

It works for both python2 and python3 since it only uses ast and configparser libraries :)

Usage

  1. flake8 config

    add "flake8_import_linter" section

    add "forbidden_modules" config

    example:

    [flake8_import_linter]

    forbidden_modules = "pytest", "unittest"

  2. run flake8 as always

    flake8 .

  3. if a forbidden module is detected, flake8 will show:

    IMP100 forbidden import

ENJOY!

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_import_linter-0.1.7.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file flake8_import_linter-0.1.7.tar.gz.

File metadata

  • Download URL: flake8_import_linter-0.1.7.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18

File hashes

Hashes for flake8_import_linter-0.1.7.tar.gz
Algorithm Hash digest
SHA256 ece428c9ce7a5e387e81d1fb6a6682c5e437a74a9756942dec7a8a71f9483004
MD5 a8f775e4c75476df39a3a7f8ead00a2e
BLAKE2b-256 c17db87781b727f69ce7bf966d52c570ba5f560b5e584fca32b6a57fb9b46a8d

See more details on using hashes here.

Supported by

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