GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

flake8

Website
Wikipedia
https://static.github-zh.com/github_avatars/PyCQA?size=40
PyCQA / flake8

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.

Pythonstatic-analysisStatic code analysislinterlinter-flake8stylelintstyleguidestyle-guideflake8pep8complexity-analysis
Python 3.63 k
13 天前
https://static.github-zh.com/github_avatars/amontalenti?size=40
amontalenti / elements-of-python-style

Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.

Pythonstyleguidepep8文档flake8code-stylecodestylereadabilitystyle-guide
3.49 k
1 年前
https://static.github-zh.com/github_avatars/wemake-services?size=40
wemake-services / wemake-python-styleguide

The strictest and most opinionated python linter ever!

Pythonflake8flake8-pluginstyleguidewemake-servicesCode qualitylinterwemakeHacktoberfest
Python 2.73 k
5 天前
https://static.github-zh.com/github_avatars/DmytroLitvinov?size=40
DmytroLitvinov / awesome-flake8-extensions

#Awesome#:octocat: A curated awesome list of flake8 extensions. Feel free to contribute! 🎓

Awesome Listsflake8collectionsPythonHacktoberfesthacktoberfest-acceptedCode quality
1.25 k
3 个月前
https://static.github-zh.com/github_avatars/ml-tooling?size=40
ml-tooling / best-of-python-dev

#Awesome#🏆 A ranked list of awesome python developer tools and libraries. Updated weekly.

best-ofbest-of-listAwesome Listsflake8pytestsphinxMkDocspylintlintersrefactoringpipcondadeveloper-toolsdebuggingformatterlinterPython
Python 1.13 k
1 年前
https://static.github-zh.com/github_avatars/nbQA-dev?size=40
nbQA-dev / nbQA

Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks

PythonJupyter Notebookpre-commitcodequalitylintisortblackflake8doctestpylintmypyyapfpre-commit-hookruff
Python 1.13 k
11 天前
https://static.github-zh.com/github_avatars/life4?size=40
life4 / deal

🤝 Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.

Pythoncontractscontracts-programmingdecorators函数式编程pythonicvalidationinterfacelinterflake8property-based-testingdbcmypytypingrefinement-typesTestingHacktoberfest
Python 804
25 天前
https://static.github-zh.com/github_avatars/sourcery-ai?size=40
sourcery-ai / python-best-practices-cookiecutter

Python best practices project cookiecutter 🍪

Pythonbest-practicescookiecuttercookiecutter-templatepipenvpytestblackisortmypyflake8pre-commit
Python 690
2 年前
https://static.github-zh.com/github_avatars/phatboyg?size=40
phatboyg / NewId

A sequential id generator that works across nodes with no collisions

flake8uuididentitymasstransitC#
C# 677
2 年前
https://static.github-zh.com/github_avatars/PyCQA?size=40
PyCQA / mccabe

McCabe complexity checker for Python

Pythonflake8flake8-plugincomplexitycomplexity-analysislinter-flake8linter-plugin
Python 655
10 个月前
https://static.github-zh.com/github_avatars/pep8speaks-org?size=40
pep8speaks-org / pep8speaks

A GitHub :octocat: app to automatically review Python code style over Pull Requests

代码审查BotPythonpep8flake8styleguidecode-stylestatic-analysislinterStatic code analysisCode qualitygithub-appHacktoberfest
Python 616
1 个月前
https://static.github-zh.com/github_avatars/PyCQA?size=40
PyCQA / pep8-naming

Naming Convention checker for Python

Pythonnaming-conventionspep8linter-pluginlinter-flake8flake8flake8-plugin
Python 523
1 个月前
https://static.github-zh.com/github_avatars/adamchainz?size=40
adamchainz / flake8-comprehensions

❄️ A flake8 plugin to help you write better list/set/dict comprehensions.

flake8
Python 468
11 天前
https://static.github-zh.com/github_avatars/antkahn?size=40
antkahn / flask-api-starter-kit

Start a Flask API in less than 5 minutes

starter-kitFlaskAPIPython模板swaggerlintDockerflask-apiflake8blackisort
Python 459
2 年前
https://static.github-zh.com/github_avatars/andreoliwa?size=40
andreoliwa / nitpick

Enforce the same settings on multiple projects

flake8flake8-pluginlinterstyleguidepylintmypyisortPython
Python 405
5 天前
https://static.github-zh.com/github_avatars/wemake-services?size=40
wemake-services / flake8-eradicate

Flake8 plugin to find commented out or dead code

flake8flake8-pluginCode qualitylinterlinter-plugincommentswemake-services
Python 312
3 个月前
https://static.github-zh.com/github_avatars/PyCQA?size=40
PyCQA / flake8-import-order

Flake8 plugin that checks import order against various Python Style Guides

flake8Pythonlinter-pluginlinter-flake8
Python 276
2 天前
https://static.github-zh.com/github_avatars/asottile?size=40
asottile / yesqa

Automatically remove unnecessary `# noqa` comments

flake8pre-commit
Python 265
13 天前
https://static.github-zh.com/github_avatars/innogames?size=40
innogames / igcommit

Git pre-receive hook to check commits and code style

syntax-checkerGitgit-hookPythongolintflake8pep8rubocopESLintjscsstandardphpcspre-receive-hooks
Python 259
2 年前
https://static.github-zh.com/github_avatars/grantmcconnaughey?size=40
grantmcconnaughey / Flake8Rules

Descriptions and examples for the rules in Flake8 (pyflakes, pycodestyle, and mccabe).

flake8Python
HTML 241
2 年前
loading...