Skip to content

Commit 21359f7

Browse files
[pre-commit.ci] pre-commit autoupdate (#121)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [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 c21ea69 commit 21359f7

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
@@ -14,7 +14,7 @@ repos:
1414
- id: check-yaml
1515
- id: check-added-large-files
1616
- repo: https://github.com/psf/black
17-
rev: 23.3.0
17+
rev: 23.7.0
1818
hooks:
1919
- id: black
2020
args: [--safe, --quiet]
@@ -32,7 +32,7 @@ repos:
3232
types: [python]
3333
args: [-rn, -sn, --rcfile=pyproject.toml]
3434
- repo: https://github.com/pycqa/flake8
35-
rev: 6.0.0
35+
rev: 6.1.0
3636
hooks:
3737
- id: flake8
3838
additional_dependencies: [flake8-annotations]

0 commit comments

Comments
 (0)