diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 597fbbdc..0668b0aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - files: ^(tests|dallinger|dallinger_scripts|demos)/|setup.py + files: ^(tests|dlgr|demos)/|setup.py - repo: https://github.com/PyCQA/flake8 rev: '6.0.0'