Skip to content

Commit 3a94285

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/psf/black: 22.10.0 → 23.9.1](psf/black@22.10.0...23.9.1) - [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0)
1 parent 8502a78 commit 3a94285

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
@@ -13,13 +13,13 @@ repos:
1313
- id: check-toml
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.10.0
16+
rev: 23.9.1
1717
hooks:
1818
- id: black
1919
args: [ --safe ]
2020

2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 5.0.4
22+
rev: 6.1.0
2323
hooks:
2424
- id: flake8
2525
args: [--config, setup.cfg]

0 commit comments

Comments
 (0)