Skip to content

Commit 6b3d635

Browse files
[pre-commit.ci] pre-commit autoupdate (#3)
updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fea9902 commit 6b3d635

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
@@ -8,12 +8,12 @@ repos:
88
- id: check-added-large-files
99
args: ['--maxkb=2000']
1010
- repo: https://github.com/psf/black
11-
rev: 23.7.0
11+
rev: 23.9.1
1212
hooks:
1313
- id: black
1414
args: ["--line-length", "140"]
1515
- repo: https://github.com/pycqa/flake8
16-
rev: 6.0.0
16+
rev: 6.1.0
1717
hooks:
1818
- id: flake8
1919
args: ["--ignore=E722,E501"]

0 commit comments

Comments
 (0)