Skip to content

Commit 046e3c4

Browse files
[pre-commit.ci] pre-commit autoupdate (#1500)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.9...v0.15.20) - [github.com/tox-dev/pyproject-fmt: v2.21.0 → v2.25.1](tox-dev/pyproject-fmt@v2.21.0...v2.25.1) * [pre-commit.ci] auto fixes from pre-commit hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b98439c commit 046e3c4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ exclude: (^hls4ml\/templates\/(vivado|quartus)\/(ap_types|ac_types)\/|^test/pyte
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.15.9
5+
rev: v0.15.20
66
hooks:
77
- id: ruff
88
args: [--fix]
99
- id: ruff-format
1010

1111
- repo: https://github.com/tox-dev/pyproject-fmt
12-
rev: v2.21.0
12+
rev: v2.25.1
1313
hooks:
1414
- id: pyproject-fmt
1515

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ lint.unfixable = []
122122
[tool.check-manifest]
123123
ignore = [
124124
".github/**",
125-
"docs/**",
126125
".pre-commit-config.yaml",
127-
"Jenkinsfile",
126+
"docs/**",
128127
"hls4ml/_version.py",
128+
"Jenkinsfile",
129129
]

0 commit comments

Comments
 (0)