mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 08:24:46 +00:00
Merge remote-tracking branch 'rewrite/master' into proposed/3.0
This commit is contained in:
commit
867727f304
59 changed files with 6596 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,7 +1,12 @@
|
|||
*.pyc
|
||||
.tox
|
||||
.eggs
|
||||
*.egg
|
||||
*.egg-info
|
||||
build
|
||||
dist
|
||||
*.zip
|
||||
.cache
|
||||
*.sw*
|
||||
*.log
|
||||
docs/build/html/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue