Skip to content

Commit 0376929

Browse files
committed
reformat
1 parent 13ec0c7 commit 0376929

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,8 @@ repos:
1515
- id: pyupgrade
1616
args: ["--py39-plus"]
1717

18-
- repo: local
19-
hooks:
20-
- id: pylint
21-
language: system
22-
types: [file, python]
23-
name: pylint
24-
description: "This hook runs the pylint static code analyzer"
25-
exclude: &exclude_files >
26-
(?x)^(
27-
docs/.*|
28-
)$
29-
entry: pylint
30-
args:
31-
[
32-
"--good-names=e,i,j,k"
33-
]
34-
3518
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.5.0
19+
rev: v0.5.5
3720
hooks:
3821
- id: ruff # replaces Flake8, isort, pydocstyle, pyupgrade
3922
args:

0 commit comments

Comments
 (0)