mirror of
https://github.com/kennethreitz/env.git
synced 2026-06-05 06:56:16 +00:00
10 lines
110 B
INI
10 lines
110 B
INI
[flake8]
|
|
max-line-length = 88
|
|
|
|
exclude=
|
|
.git
|
|
.eggs
|
|
.pytest_cache
|
|
env.egg-info
|
|
test_env.py
|