Skip to content

Commit

Permalink
Add exclude to flake8 config.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin committed Aug 20, 2022
1 parent 6bb096d commit b1a0ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
rev: 5.0.4
hooks:
- id: flake8
files: seaborn/
exclude: seaborn/(cm\.py|external/)
types: [file, python]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
Expand Down

0 comments on commit b1a0ebc

Please sign in to comment.