Skip to content

Commit fbb6b67

Browse files
chore(deps): pre-commit autoupdate (#195)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: 2.1.1 → 2.1.3](tox-dev/pyproject-fmt@2.1.1...2.1.3) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.4...v0.4.5) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 851663b commit fbb6b67

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/tox-dev/pyproject-fmt
19-
rev: "2.1.1"
19+
rev: "2.1.3"
2020
hooks:
2121
- id: pyproject-fmt
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: 'v0.4.4'
24+
rev: 'v0.4.5'
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ lint.select = [
8181
"W", # pycodestyle (warnings)
8282
"YTT", # flake8-2020
8383
]
84+
lint.ignore = [
85+
"COM812",
86+
"ISC001",
87+
]
8488
lint.per-file-ignores."tests/*" = [
8589
"S101",
8690
]
@@ -91,7 +95,3 @@ lint.isort.required-imports = [
9195
"from __future__ import annotations",
9296
]
9397
lint.pydocstyle.convention = "google"
94-
lint.ignore = [
95-
"COM812",
96-
"ISC001",
97-
]

0 commit comments

Comments
 (0)