Skip to content

Commit

Permalink
fixing flake exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Jun 21, 2024
1 parent e37b5bd commit 1a62bd2
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 @@ -43,5 +43,5 @@ repos:
rev: 7.1.0
hooks:
- id: flake8
args: [--config, .flake8, --verbose, --exclude=releases/]
args: [--config, .flake8, --verbose, --exclude=releases/*]
additional_dependencies: [flake8-bugbear]

0 comments on commit 1a62bd2

Please sign in to comment.