Skip to content

Commit 72df084

Browse files
[pre-commit.ci] pre-commit autoupdate (#16)
updates: - [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/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.17.0](asottile/pyupgrade@v3.15.0...v3.17.0) - [github.com/psf/black: 23.12.1 → 24.8.0](psf/black@23.12.1...24.8.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.2](pre-commit/mirrors-mypy@v1.8.0...v1.11.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3f43d31 commit 72df084

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v5.0.0
88
hooks:
99
- id: end-of-file-fixer
1010
exclude: ^.*data/
@@ -17,21 +17,21 @@ repos:
1717
- id: isort
1818
args: [--profile, black, --filter-files]
1919
- repo: https://github.com/PyCQA/autoflake
20-
rev: v2.2.1
20+
rev: v2.3.1
2121
hooks:
2222
- id: autoflake
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.15.0
24+
rev: v3.17.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py37-plus]
2828
- repo: https://github.com/psf/black
29-
rev: 23.12.1
29+
rev: 24.8.0
3030
hooks:
3131
- id: black
3232
language_version: python3
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 6.1.0
34+
rev: 7.1.1
3535
hooks:
3636
- id: flake8
3737
args: [--count, --show-source, --statistics]
@@ -45,7 +45,7 @@ repos:
4545
- pyflakes
4646
- tryceratops
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.8.0
48+
rev: v1.11.2
4949
hooks:
5050
- id: mypy
5151
additional_dependencies:

0 commit comments

Comments
 (0)