Skip to content
Snippets Groups Projects

Pre commits

1 file
+ 14
1
Compare changes
  • Side-by-side
  • Inline
+ 14
1
@@ -9,4 +9,17 @@ repos:
- id: check-docstring-first
- id: debug-statements
- id: double-quote-string-fixer
- id: name-tests-test
\ No newline at end of file
- id: name-tests-test
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
hooks:
# Run the linter and fix what is possible
- id: ruff
args: ['--fix']
# Run the formatter and fix code styling
- id: ruff-format
# Validate if all is fine with preview mode
- id: ruff
\ No newline at end of file
Loading