mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Clean Code: Apply flake8-simplify to Python
Also flake8-comprehensions which was added to the CI For flake8-simplify, there are a few false-positives, e.g. https://github.com/MartinThoma/flake8-simplify/issues/115
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
pytest
|
||||
flake8
|
||||
flake8-bugbear
|
||||
flake8-comprehensions
|
||||
mypy
|
||||
|
||||
@@ -12,8 +12,11 @@ flake8==4.0.1
|
||||
# via
|
||||
# -r ci-requirements.in
|
||||
# flake8-bugbear
|
||||
# flake8-comprehensions
|
||||
flake8-bugbear==22.1.11
|
||||
# via -r ci-requirements.in
|
||||
flake8-comprehensions==3.8.0
|
||||
# via -r ci-requirements.in
|
||||
iniconfig==1.1.1
|
||||
# via pytest
|
||||
mccabe==0.6.1
|
||||
|
||||
Reference in New Issue
Block a user