Skip to content

Commit 9072e56

Browse files
committed
exclude setup.cfg from precommit check
1 parent 5b288da commit 9072e56

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
@@ -30,5 +30,5 @@ repos:
3030
rev: '6.1.1'
3131
hooks:
3232
- id: pydocstyle
33-
exclude: ^(mbuild/tests/|docs/|devtools/|setup.py|mbuild/formats/charmm_writer.py|mbuild/formats/gomc_conf_writer.py|mbuild/utils/specific_ff_to_residue.py)
33+
exclude: ^(mbuild/tests/|docs/|devtools/|setup.py|setup.cfg|mbuild/formats/charmm_writer.py|mbuild/formats/gomc_conf_writer.py|mbuild/utils/specific_ff_to_residue.py)
3434
args: [--convention=numpy]

0 commit comments

Comments
 (0)