We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a428dc commit 7aa3d51Copy full SHA for 7aa3d51
1 file changed
.pre-commit-config.yaml
@@ -5,6 +5,6 @@ repos:
5
- id: ruff
6
name: ruff lint
7
args: ["--fix"]
8
- files: ^executorlib/
+ files: ^src/executorlib/
9
- id: ruff-format
10
name: ruff format
0 commit comments