Skip to content

Commit 7f193e1

Browse files
authored
Merge pull request #10 from scottclowe/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 138c3bd + feaf870 commit 7f193e1

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 6.0.0
3+
rev: 7.0.0
44
hooks:
55
- id: isort
66
name: isort
@@ -10,14 +10,14 @@ repos:
1010
types: [cython]
1111
args: ["--profile=black"]
1212

13-
- repo: https://github.com/psf/black
14-
rev: 25.1.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.9.0
1515
hooks:
1616
- id: black
1717
types: [python]
1818

1919
- repo: https://github.com/asottile/blacken-docs
20-
rev: 1.19.1
20+
rev: 1.20.0
2121
hooks:
2222
- id: blacken-docs
2323
additional_dependencies: ["black==25.1.0"]
@@ -50,7 +50,7 @@ repos:
5050
types: [text]
5151

5252
- repo: https://github.com/pre-commit/pre-commit-hooks
53-
rev: v5.0.0
53+
rev: v6.0.0
5454
hooks:
5555
- id: check-added-large-files
5656
- id: check-ast
@@ -77,12 +77,12 @@ repos:
7777
exclude: \.(html|svg)$
7878

7979
- repo: https://github.com/asottile/setup-cfg-fmt
80-
rev: v2.7.0
80+
rev: v3.1.0
8181
hooks:
8282
- id: setup-cfg-fmt
8383

8484
- repo: https://github.com/PyCQA/flake8
85-
rev: 7.1.2
85+
rev: 7.3.0
8686
hooks:
8787
- id: flake8
8888
additional_dependencies:

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
black==25.1.0
22
identify>=1.4.20
3-
pre-commit
3+
pre-commit>=3.2.0

0 commit comments

Comments
 (0)