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 d11cd4b commit 346ad0fCopy full SHA for 346ad0f
1 file changed
.pre-commit-config.yaml
@@ -38,13 +38,13 @@ repos:
38
name: ty-check
39
entry: uv run --active --no-sources ty check
40
language: system
41
- files: ^(abx_pkg/|tests\.py$|django_example_project/project/(?!migrations/).+\.py$)
+ files: ^(abxpkg/|tests\.py$|django_example_project/project/(?!migrations/).+\.py$)
42
pass_filenames: false
43
- id: pyright
44
name: pyright
45
entry: uv run --active --no-sources pyright
46
47
48
49
# see pyproject.toml for more details on ruff config
50
0 commit comments