We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aef555 commit c6d6aa1Copy full SHA for c6d6aa1
.pre-commit-config.yaml
@@ -12,7 +12,11 @@ repos:
12
rev: 'v1.15.0'
13
hooks:
14
- id: mypy
15
-- repo: https://github.com/PyCQA/flake8
16
- rev: 7.2.0
+- repo: https://github.com/astral-sh/ruff-pre-commit
+ # Ruff version.
17
+ rev: v0.12.4
18
- - id: flake8
19
+ # Run the linter.
20
+ - id: ruff-check
21
+ entry: ruff check ncalab
22
+ args: [--ignore=E402]
0 commit comments