mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34:17 +00:00
Some lint / mypy fixes
This commit is contained in:
parent
03ea38df16
commit
3127d213f6
14 changed files with 63 additions and 38 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -1,13 +1,14 @@
|
|||
*.pyc
|
||||
.tox
|
||||
.eggs
|
||||
*.egg
|
||||
*.egg-info
|
||||
build
|
||||
dist
|
||||
*.log
|
||||
*.pyc
|
||||
*.sw*
|
||||
*.zip
|
||||
.cache
|
||||
*.sw*
|
||||
*.log
|
||||
docs/build/html/*
|
||||
.coverage
|
||||
.eggs
|
||||
.tox
|
||||
/.mypy_cache
|
||||
build
|
||||
dist
|
||||
docs/build/html/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue