Skip to content

Commit

Permalink
chore: Remove python3.10 requirement from black pre-commit hook (#822)
Browse files Browse the repository at this point in the history
Remove python 3.10 requirement from pre-commit
  • Loading branch information
visch authored Jul 17, 2022
1 parent f3c90f9 commit c82c71c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ repos:
rev: 22.6.0
hooks:
- id: black
language_version: python3.10
exclude: |
(?x)^(
cookiecutter/.*|
Expand Down

0 comments on commit c82c71c

Please sign in to comment.