Skip to content

Commit 7063425

Browse files
author
Steve Haffenden
authored
Rosencrantz/2359 flake black conflict (#2561)
* update flake and introduce flake-bugbear. Add in updated configuration * Remove most of the bugbear B checks * Resolve another conflict between flake and black
1 parent 9a15363 commit 7063425

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.flake8

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[flake8]
2-
ignore = E203, W503
3-
max-line-length = 88
2+
max-line-length = 88
3+
max-complexity = 12
4+
extend-ignore = W503, E203, E501, B
5+
extend-select = B950

requirements-dev.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
bump2version==1.0.1
22
Babel==2.10.3
33
black==22.8.0
4-
flake8==4.0.1
4+
flake8==5.0.1
5+
flake8-bugbear==22.9.23

0 commit comments

Comments
 (0)