Skip to content

Commit a57be2a

Browse files
[pre-commit.ci] pre-commit autoupdate (#1388)
* [pre-commit.ci] pre-commit autoupdate updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.10.0](tox-dev/pyproject-fmt@v2.6.0...v2.10.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) * apply pre-commit * Revert "apply pre-commit" This reverts commit 943db16. * [pre-commit.ci] pre-commit autoupdate updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.0](tox-dev/pyproject-fmt@v2.6.0...v2.11.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51) * manually apply pre-commit --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jan-Frederik Schulte <jschulte@cern.ch>
1 parent 9575d72 commit a57be2a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
exclude: (^hls4ml\/templates\/(vivado|quartus)\/(ap_types|ac_types)\/|^test/pytest/test_report/)
22

33
repos:
4-
- repo: https://github.com/psf/black
5-
rev: 25.1.0
4+
- repo: https://github.com/psf/black-pre-commit-mirror
5+
rev: 25.9.0
66
hooks:
77
- id: black
88
language_version: python3
99
args: ['--line-length=125',
1010
'--skip-string-normalization']
1111

1212
- repo: https://github.com/tox-dev/pyproject-fmt
13-
rev: v2.6.0
13+
rev: v2.11.0
1414
hooks:
1515
- id: pyproject-fmt
1616

@@ -30,12 +30,12 @@ repos:
3030
- id: trailing-whitespace
3131

3232
- repo: https://github.com/PyCQA/isort
33-
rev: 6.0.1
33+
rev: 7.0.0
3434
hooks:
3535
- id: isort
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.20.0
38+
rev: v3.21.0
3939
hooks:
4040
- id: pyupgrade
4141
args: ["--py310-plus"]
@@ -53,7 +53,7 @@ repos:
5353
]
5454

5555
- repo: https://github.com/mgedmin/check-manifest
56-
rev: "0.50"
56+
rev: "0.51"
5757
hooks:
5858
- id: check-manifest
5959
stages: [manual]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
"Topic :: Software Development :: Libraries",
2526
"Topic :: Software Development :: Libraries :: Python Modules",
2627
]

0 commit comments

Comments
 (0)