Skip to content

Commit f509376

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 23.12.1](psf/black@23.10.1...23.12.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-eslint: v8.52.0 → v9.0.0-alpha.1](pre-commit/mirrors-eslint@v8.52.0...v9.0.0-alpha.1)
1 parent e7aca52 commit f509376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.10.1
3+
rev: 23.12.1
44
hooks:
55
- id: black
66
args: [--safe, --quiet, --line-length=88]
@@ -25,7 +25,7 @@ repos:
2525
args: ['--branch', 'master']
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 6.1.0
28+
rev: 7.0.0
2929
hooks:
3030
- id: flake8
3131
language_version: python3
@@ -46,7 +46,7 @@ repos:
4646
args: [--py3-plus]
4747

4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v8.52.0
49+
rev: v9.0.0-alpha.1
5050
hooks:
5151
- id: eslint
5252
additional_dependencies:

0 commit comments

Comments
 (0)