Skip to content

Commit

Permalink
Remove language_version: python3
Browse files Browse the repository at this point in the history
Looks like this is the default for `black`'s pre-commit hook anyway, so
it can be removed.
  • Loading branch information
gnn committed Jan 18, 2023
1 parent 2ad2776 commit 4d586e3
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 @@ -18,7 +18,6 @@ repos:
rev: 22.12.0
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
Expand Down

0 comments on commit 4d586e3

Please sign in to comment.