mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +00:00
Merge pull request #759 from tahoe-lafs/3362.enforce-no-tabs
Enforce no tabs
This commit is contained in:
commit
1ef25e128c
0
newsfragments/3326.minor
Normal file
0
newsfragments/3326.minor
Normal file
@ -7,6 +7,8 @@ bdist_egg = update_version bdist_egg
|
||||
bdist_wheel = update_version bdist_wheel
|
||||
|
||||
[flake8]
|
||||
# For now, only use pyflakes errors; flake8 is still helpful because it allows
|
||||
# ignoring specific errors/warnings when needed.
|
||||
select = F
|
||||
# Enforce all pyflakes constraints, and also prohibit tabs for indentation.
|
||||
# Reference:
|
||||
# https://flake8.pycqa.org/en/latest/user/error-codes.html
|
||||
# https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes
|
||||
select = F, W191
|
||||
|
Loading…
Reference in New Issue
Block a user