mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
drop obsolete setup.cfg
This commit is contained in:
parent
ca8df23667
commit
c748c82c89
1 changed files with 0 additions and 23 deletions
23
setup.cfg
23
setup.cfg
|
|
@ -1,23 +0,0 @@
|
|||
[wheel]
|
||||
universal = 1
|
||||
|
||||
[pycodestyle]
|
||||
max-line-length = 88
|
||||
ignore = E501,E741,W503
|
||||
|
||||
[flake8]
|
||||
max-line-length = 88
|
||||
ignore = E501,E741,W503
|
||||
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
|
||||
|
||||
[mypy]
|
||||
warn_redundant_casts = true
|
||||
disallow_untyped_calls = true
|
||||
disallow_untyped_defs = true
|
||||
no_implicit_optional = true
|
||||
|
||||
[mypy-pytest.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[isort]
|
||||
profile = black
|
||||
Loading…
Add table
Add a link
Reference in a new issue