Skip to content

Commit

Permalink
Make folders in RE for pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaQin committed Feb 10, 2025
1 parent 6b4a937 commit 7eee2f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ repos:
hooks:
- id: black
language_version: python3
files: gnomad tests
files: ^(gnomad|tests)/.*\.py$
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.2 # This should be kept in sync with the version in requirements-dev.in
hooks:
- id: autopep8
args: ["--exit-code", "--in-place"]
files: gnomad tests
files: ^(gnomad|tests)/.*\.py$
- repo: https://github.com/pycqa/pydocstyle
rev: 6.3.0 # This should be kept in sync with the version in requirements-dev.in
hooks:
Expand All @@ -27,4 +27,4 @@ repos:
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
files: gnomad tests
files: ^(gnomad|tests)/.*\.py$

0 comments on commit 7eee2f1

Please sign in to comment.