Skip to content

Commit aea8ae5

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/asottile/pyupgrade: v3.10.1 → v3.15.2](asottile/pyupgrade@v3.10.1...v3.15.2) - [github.com/psf/black: 23.7.0 → 24.3.0](psf/black@23.7.0...24.3.0) - [github.com/asottile/blacken-docs: 1.15.0 → 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.9.0](pre-commit/mirrors-mypy@v1.4.1...v1.9.0)
1 parent 64be81b commit aea8ae5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- id: check-case-conflict
1111
- id: check-merge-conflict
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.10.1
14+
rev: v3.15.2
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py310-plus]
1818

1919
- repo: https://github.com/psf/black
20-
rev: 23.7.0
20+
rev: 24.3.0
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/asottile/blacken-docs
25-
rev: 1.15.0
25+
rev: 1.16.0
2626
hooks:
2727
- id: blacken-docs
2828
additional_dependencies:
2929
- black==22.6.0
3030

3131
- repo: https://github.com/pycqa/isort
32-
rev: 5.12.0
32+
rev: 5.13.2
3333
hooks:
3434
- id: isort
3535
args: ["--profile", "black"]
3636

3737
- repo: https://github.com/PyCQA/flake8
38-
rev: 6.1.0
38+
rev: 7.0.0
3939
hooks:
4040
- id: flake8
4141
args:
@@ -48,7 +48,7 @@ repos:
4848
- flake8-typing-imports
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.4.1
51+
rev: v1.9.0
5252
hooks:
5353
- id: mypy
5454
files: ^src/

0 commit comments

Comments
 (0)