Skip to content

Commit 74bf623

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 22.12.0 → 23.12.1](psf/black@22.12.0...23.12.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.15.0](asottile/pyupgrade@v3.3.1...v3.15.0)
1 parent 7d70168 commit 74bf623

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: "quarterly"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: check-yaml
88
- id: debug-statements
@@ -12,23 +12,23 @@ repos:
1212
- id: check-executables-have-shebangs
1313
- id: check-json
1414
- repo: https://github.com/psf/black
15-
rev: 22.12.0
15+
rev: 23.12.1
1616
hooks:
1717
- id: black
1818
files: ^ffsettings
1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.12.0
20+
rev: 5.13.2
2121
hooks:
2222
- id: isort
2323
files: ^ffsettings
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 6.0.0
25+
rev: 6.1.0
2626
hooks:
2727
- id: flake8
2828
files: ^ffsettings
2929
additional_dependencies: [Flake8-pyproject]
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: 'v3.3.1'
31+
rev: 'v3.15.0'
3232
hooks:
3333
- id: pyupgrade
3434
args:

0 commit comments

Comments
 (0)