Skip to content

Commit 7dc1b6c

Browse files
StanFromIrelandpganssle
authored andcommitted
Update pre-commit repos
1 parent a9c68ae commit 7dc1b6c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.10.0
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
language_version: "python3.12"
77

8-
- repo: https://github.com/pre-commit/mirrors-isort
9-
rev: v5.10.1
8+
- repo: https://github.com/pycqa/isort
9+
rev: 7.0.0
1010
hooks:
1111
- id: isort
12-
additional_dependencies: [toml]
12+
additional_dependencies: [ toml ]
1313
language_version: "python3.12"
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v5.0.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: trailing-whitespace
1919
- id: debug-statements
2020

2121
- repo: https://github.com/asottile/setup-cfg-fmt
22-
rev: v2.7.0
22+
rev: v3.1.0
2323
hooks:
2424
- id: setup-cfg-fmt

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ license_files =
1414
classifiers =
1515
Development Status :: 4 - Beta
1616
Intended Audience :: Developers
17-
License :: OSI Approved :: Apache Software License
1817
Programming Language :: Python :: 2
1918
Programming Language :: Python :: 3
2019
project_urls =

0 commit comments

Comments
 (0)