git commit -m "first commit"
This commit is contained in:
10
mir_robot/.flake8
Executable file
10
mir_robot/.flake8
Executable file
@@ -0,0 +1,10 @@
|
||||
[flake8]
|
||||
# The line length here has to match the black config in pyproject.toml
|
||||
max-line-length = 120
|
||||
exclude =
|
||||
.git,
|
||||
__pycache__
|
||||
extend-ignore =
|
||||
# See https://github.com/PyCQA/pycodestyle/issues/373
|
||||
E203,
|
||||
E741,
|
||||
Reference in New Issue
Block a user