Skip to content

Commit e20dbd1

Browse files
authored
[common] move ruff config to shared tooling and update pre-commit (#75)
1 parent 5df4c00 commit e20dbd1

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: ruff
1515
name: ruff-lenient (auto-fix)
1616
args:
17-
- --config=./.ruff_autofix_minimal.toml
17+
- --config=./common/tooling/ruff_autofix_minimal.toml
1818
- --unsafe-fixes
1919
- --exit-non-zero-on-fix
2020

.ruff_autofix_minimal.toml renamed to project/common/tooling/.ruff_autofix_minimal.toml

File renamed without changes.

0 commit comments

Comments
 (0)