Skip to content

Commit 9aa1b99

Browse files
[pre-commit.ci] pre-commit autoupdate (#800)
updates: - [github.com/psf/black: 24.1.1 → 24.10.0](psf/black@24.1.1...24.10.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.0](asottile/pyupgrade@v3.15.0...v3.19.0) - [github.com/pre-commit/mirrors-eslint: v8.52.0 → v9.15.0](pre-commit/mirrors-eslint@v8.52.0...v9.15.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1c00ac6 commit 9aa1b99

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.1.1
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet, --line-length=88]
77

88
- repo: https://github.com/asottile/blacken-docs
9-
rev: 1.16.0
9+
rev: 1.19.1
1010
hooks:
1111
- id: blacken-docs
1212
additional_dependencies: [black==22.3.0]
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.5.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer
@@ -25,7 +25,7 @@ repos:
2525
args: ['--branch', 'master']
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 7.0.0
28+
rev: 7.1.1
2929
hooks:
3030
- id: flake8
3131
language_version: python3
@@ -34,19 +34,19 @@ repos:
3434
- flake8-typing-imports==1.12.0
3535

3636
- repo: https://github.com/asottile/reorder-python-imports
37-
rev: v3.12.0
37+
rev: v3.14.0
3838
hooks:
3939
- id: reorder-python-imports
4040
args: ["--application-directories=.:src:testing", --py3-plus]
4141

4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.15.0
43+
rev: v3.19.0
4444
hooks:
4545
- id: pyupgrade
4646
args: [--py3-plus]
4747

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

0 commit comments

Comments
 (0)