Skip to content
Snippets Groups Projects

Pre commits

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -16,10 +16,10 @@ repos:
hooks:
# Run the formatter and fix code styling
- id: ruff-format
# Run the linter and fix what is possible
- id: ruff
args: ['--fix']
# Validate if all is fine with preview mode
- id: ruff
\ No newline at end of file
# - id: ruff
\ No newline at end of file
Loading