Skip to content

Commit 347ad70

Browse files
pre-commit-ci[bot]carlio
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
1 parent 36ea72b commit 347ad70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repos:
1010
- id: debug-statements
1111
# code formatting
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 6.0.0
13+
rev: 6.1.0
1414
hooks:
1515
- id: flake8
1616
args: [ --max-line-length=120 ]
1717
- repo: https://github.com/psf/black
18-
rev: 23.3.0
18+
rev: 23.9.1
1919
hooks:
2020
- id: black
2121
args: [--safe, --line-length=120]

0 commit comments

Comments
 (0)