Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flake8-bugbear from 22.12.6 to 23.1.14 #1996

Merged
merged 2 commits into from
Jan 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ ignore =
# linter prefers having it reimplemented in inheriting classes
B027,

# ignoring suggestion of {str!r} instead of '{str}'
B028,

max-line-length = 120
max-complexity = 18
format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black==22.12.0
isort==5.11.4
flake8==4.0.1
flake8-bugbear==22.12.6 # Flake8 plugin that help identify likely bugs and design problems
flake8-bugbear==23.1.14 # Flake8 plugin that help identify likely bugs and design problems
flake8_formatter_junit_xml==0.0.6 # JUnit XML Formatter for flake8.
flake8-colors==0.1.9 # ANSI colors highlight for Flake8
flake8-eradicate==1.4.0 # Flake8 plugin to find commented out (or so called "dead") cod
Expand Down