Skip to content

Commit 2d02152

Browse files
dependabot[bot]badboy
authored andcommitted
Bump flake8-bugbear from 23.1.14 to 23.1.17
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.1.14 to 23.1.17. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](PyCQA/flake8-bugbear@23.1.14...23.1.17) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c2a7fd commit 2d02152

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ black==22.12.0; python_version > '3.6'
22
coverage==7.0.1; python_version > '3.6'
33
coverage==6.2; python_version <= '3.6'
44
flake8==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'
66
mypy==0.991; python_version > '3.6'
77
mypy==0.971; python_version <= '3.6'
88
pip

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ python_tag = py3
44
[flake8]
55
exclude = docs
66
max-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]
1211
test = pytest

0 commit comments

Comments
 (0)