Skip to content

Commit

Permalink
Remove repeated python version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbayliss authored and zerolab committed Mar 31, 2022
1 parent e54efea commit 744c53a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
default_language_version:
python: python3.8
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
Expand All @@ -17,14 +19,11 @@ repos:
rev: 22.3.0
hooks:
- id: black
language_version: python3.8
args: ['--target-version', 'py38']
- repo: https://github.com/pycqa/isort
# isort config is in setup.cfg
rev: 5.10.1
hooks:
- id: isort
language_version: python3
- repo: https://github.com/pycqa/flake8
# flake8 config is in setup.cfg
rev: 4.0.1
Expand Down

0 comments on commit 744c53a

Please sign in to comment.