Skip to content

Commit

Permalink
set linters to lowest supported Python version (3.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dansan committed Dec 3, 2022
1 parent 96aca4e commit 9a203e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ repos:
hooks:
- id: black
entry: black --check --diff --config .black
language_version: python3.8
- id: black
alias: black-edit
stages: [manual]
entry: black --config .black
language_version: python3.8
#- repo: https://github.com/pryorda/dockerfilelint-precommit-hooks
# rev: v0.1.0
# hooks:
Expand All @@ -77,4 +75,4 @@ repos:
# hooks:
# - id: pydocstyle
default_language_version:
python: python3.8
python: python3.7

0 comments on commit 9a203e4

Please sign in to comment.