Skip to content

Commit

Permalink
Make compatible with python 3.7
Browse files Browse the repository at this point in the history
- no trailing comma in with statements
- black not compatible with python 3.7
  • Loading branch information
kleag committed May 23, 2024
1 parent 977c292 commit 06228f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
repos:
- repo: https://github.com/ambv/black
rev: 23.7.0
hooks:
- id: black
language_version: python3.10
#- repo: https://github.com/ambv/black
# rev: 23.7.0
# hooks:
# - id: black
# language_version: python3.7
- repo: https://github.com/pycqa/flake8.git
rev: 3.9.1
hooks:
Expand Down

0 comments on commit 06228f7

Please sign in to comment.