Skip to content

Commit 70836b4

Browse files
authored
Merge pull request #92 from saadmk11/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 25aad04 + f012f4b commit 70836b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
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.6.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.17.0
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.8.0
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/asottile/blacken-docs
25-
rev: 1.15.0
25+
rev: 1.18.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.1.1
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.11.2
5252
hooks:
5353
- id: mypy
5454
files: ^src/

0 commit comments

Comments
 (0)