We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c0151 commit 7c608c5Copy full SHA for 7c608c5
.pre-commit-config.yaml
@@ -6,6 +6,7 @@ repos:
6
- id: code-format
7
name: code-format
8
types: [ python ]
9
+ files: "pyproject.toml"
10
pass_filenames: false
11
language: system
12
entry: poetry run nox -s fix
0 commit comments