File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ black==22.12.0; python_version > '3.6'
22coverage==7.0.1; python_version > '3.6'
33coverage==6.2; python_version <= '3.6'
44flake8==6.0.0; python_version >= '3.8'
5- flake8-bugbear==23.1.14 ; python_version >= '3.8'
5+ flake8-bugbear==23.1.17 ; python_version >= '3.8'
66mypy==0.991; python_version > '3.6'
77mypy==0.971; python_version <= '3.6'
88pip
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ python_tag = py3
44[flake8]
55exclude = docs
66max-line-length = 88
7- # B028 - manually surrouned by quotes - too many instances to fix right now
87# W503 - line break before binary operator - black formats it that way
9- ignore = B028, W503
8+ ignore = W503
109
1110[aliases]
1211test = pytest
You can’t perform that action at this time.
0 commit comments