Skip to content

Commit 27d56ba

Browse files
[pre-commit.ci] pre-commit autoupdate (TheAlgorithms#8047)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: v5.11.3 → 5.11.4](PyCQA/isort@v5.11.3...5.11.4) * Update .flake8 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 79ef431 commit 27d56ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[flake8]
22
max-line-length = 88
33
# max-complexity should be 10
4-
max-complexity = 17
4+
max-complexity = 19
55
extend-ignore =
66
# Formatting style for `black`
77
# E203 is whitespace before ':'

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: black
2121

2222
- repo: https://github.com/PyCQA/isort
23-
rev: v5.11.3
23+
rev: 5.11.4
2424
hooks:
2525
- id: isort
2626
args:

0 commit comments

Comments
 (0)