Update .pre-commit-config.yaml (#277)

* Update .pre-commit-config.yaml

* ruff: Ignore DOC201

* ruff: ignore A005

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: monosans <hsyqixco@protonmail.com>
This commit is contained in:
monosans[bot]
2024-08-03 13:34:57 +00:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> monosans
parent 098fb52b3b
commit da7dc376c6
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.5.5
rev: v0.5.6
hooks:
- id: ruff
args:
+2
View File
@@ -9,6 +9,7 @@ skip-magic-trailing-comma = true
[lint]
ignore = [
"A005",
"ANN401",
"ASYNC109",
"BLE001",
@@ -27,6 +28,7 @@ ignore = [
"D415",
"D417",
"DJ008",
"DOC201",
"DOC501",
"FURB180",
"ISC001",