Skip to content

Commit 346ad0f

Browse files
authored
Update .pre-commit-config.yaml
1 parent d11cd4b commit 346ad0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ repos:
3838
name: ty-check
3939
entry: uv run --active --no-sources ty check
4040
language: system
41-
files: ^(abx_pkg/|tests\.py$|django_example_project/project/(?!migrations/).+\.py$)
41+
files: ^(abxpkg/|tests\.py$|django_example_project/project/(?!migrations/).+\.py$)
4242
pass_filenames: false
4343
- id: pyright
4444
name: pyright
4545
entry: uv run --active --no-sources pyright
4646
language: system
47-
files: ^(abx_pkg/|tests\.py$|django_example_project/project/(?!migrations/).+\.py$)
47+
files: ^(abxpkg/|tests\.py$|django_example_project/project/(?!migrations/).+\.py$)
4848
pass_filenames: false
4949
# see pyproject.toml for more details on ruff config
5050

0 commit comments

Comments
 (0)