Skip to content

Commit 15477f3

Browse files
committed
Bumps [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) from v0.15.13 to 0.15.14. - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.15.13...v0.15.14) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.14 dependency-type: direct:production ... - Ignores new rule PLW0717
1 parent 6753063 commit 15477f3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: actionlint
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.15.13
20+
rev: v0.15.14
2121
hooks:
2222
- id: ruff-check
2323
args: [ --fix ]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ ignore = [
267267
"PLR0904", # too-many-public-methods
268268
"PLR1702", # too-many-nested-blocks
269269
"RUF067", # code in __init__ files
270+
"PLW0717", # too-many-try-statements
270271
]
271272

272273
# Allow EN DASH (U+2013)

0 commit comments

Comments
 (0)