Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.

License

NotificationsYou must be signed in to change notification settings

PyCQA/flake8

Repository files navigation

build statuspre-commit.ci statusDiscord

Flake8

Flake8 is a wrapper around these tools:

  • PyFlakes
  • pycodestyle
  • Ned Batchelder's McCabe script

Flake8 runs all the tools by launching the singleflake8 command.It displays the warnings in a per-file, merged output.

It also adds a few features:

  • files that contain this line are skipped:

    # flake8: noqa
  • lines that contain a# noqa comment at the end will not issue warnings.

  • you can ignore specific errors on a line with# noqa: <error>, e.g.,# noqa: E234. Multiple codes can be given, separated by comma. Thenoqa token is case insensitive, the colon before the list of codes is required otherwise the part afternoqa is ignored

  • Git and Mercurial hooks

  • extendable throughflake8.extension andflake8.formatting entrypoints

Quickstart

See ourquickstart documentation for how to installand get started with Flake8.

Frequently Asked Questions

Flake8 maintains anFAQ in itsdocumentation.

Questions or Feedback

If you have questions you'd like to ask the developers, or feedback you'd liketo provide, feel free to use the mailing list:code-quality@python.org

We would love to hear from you. Additionally, if you have a feature you'd liketo suggest, the mailing list would be the best place for it.

Links

Maintenance

Flake8 was created by Tarek Ziadé and is currently maintained byanthony sottile andIan Cordasco

About

flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp