We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874e22f commit a39c8f5Copy full SHA for a39c8f5
1 file changed
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
args:
12
- --safe
13
- --quiet
14
- files: ^(async_upnp_client|tests)/.+\.py$
+ files: ^(didl_lite|tests)/.+\.py$
15
- repo: https://github.com/codespell-project/codespell
16
rev: 'v2.4.1'
17
hooks:
@@ -28,7 +28,7 @@ repos:
28
additional_dependencies:
29
- flake8-docstrings==1.6.0
30
- pydocstyle==6.1.1
31
32
- repo: https://github.com/PyCQA/isort
33
rev: '7.0.0'
34
@@ -43,4 +43,4 @@ repos:
43
44
- aiohttp>=3.7.4
45
- pytest~=9.0.2
46
0 commit comments