Skip to content

Commit 84458bf

Browse files
committed
Exclude file from pre-commit
1 parent 909a468 commit 84458bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
rev: 5.0.4
2929
hooks:
3030
- id: flake8
31-
exclude: ^setup.py$
31+
exclude: ^setup.py|softhsm_setup.py$
3232
additional_dependencies: [flake8-docstrings, flake8-bugbear, flake8-logging-format, flake8-builtins, flake8-eradicate, flake8-fixme, pep8-naming, flake8-pep3101, flake8-annotations-complexity,flake8-pyi]
3333
- repo: https://github.com/PyCQA/isort
3434
rev: 5.12.0

0 commit comments

Comments
 (0)