Skip to content

Commit 1151ec4

Browse files
ci: use ruff implementation of isort and bandit
1 parent 3e8da0f commit 1151ec4

File tree

4 files changed

+238
-234
lines changed

4 files changed

+238
-234
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ repos:
5555
args: [--config=api/pyproject.toml]
5656
files: ^api/src/.*\.py$
5757

58-
- repo: https://github.com/PyCQA/bandit
59-
rev: 1.7.4
60-
hooks:
61-
- id: bandit
62-
args: [-l, --recursive, -x, tests]
63-
files: ^api/.*\.py$
64-
6558
- repo: https://github.com/econchick/interrogate
6659
rev: 1.5.0
6760
hooks:
@@ -71,13 +64,6 @@ repos:
7164
args: [--config=api/pyproject.toml]
7265
files: ^api/.*\.py$
7366

74-
- repo: https://github.com/pycqa/isort
75-
rev: 5.12.0
76-
hooks:
77-
- id: isort
78-
name: Sort imports
79-
files: ^api/.*\.py$
80-
8167
- repo: https://github.com/pre-commit/mirrors-prettier
8268
rev: v3.0.2
8369
hooks:

0 commit comments

Comments
 (0)