Skip to content
Snippets Groups Projects

Run ruff with double quote checks only

Merged Bastien Abadie requested to merge ruff into master
2 files
+ 14
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
0
@@ -11,6 +11,11 @@ repos:
- 'flake8-copyright==0.2.2'
- 'flake8-debugger==3.1.0'
- 'flake8-quotes==3.3.2'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
Loading