Skip to content

Commit f9968a9

Browse files
committed
build: Update pre-commit hooks
1 parent 7937595 commit f9968a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ repos:
88
- id: check-docstring-first
99
- id: debug-statements
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.7.2
11+
rev: v0.8.1
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --exit-non-zero-on-fix]
1515
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
16-
rev: v9.18.0
16+
rev: v9.19.0
1717
hooks:
1818
- id: commitlint
1919
stages: [commit-msg]

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ output-format = "grouped"
2525

2626
[tool.ruff.lint]
2727
select = ["F","E","W","C","I","N","UP","ANN","S","B","A","COM","C4","T20","PT","ARG","TD","RUF"]
28-
ignore = ["A001","A002","A003","ANN101","ANN102","ANN401","C901","N8","B008","F405","F821"]
28+
ignore = ["A001","A002","A003","ANN401","C901","N8","B008","F405","F821"]
2929

3030
[tool.ruff.lint.per-file-ignores]
3131
"__init__.py" = ["F401"]

0 commit comments

Comments
 (0)