Skip to content

Commit

Permalink
Add fix of Uberspace#1746
Browse files Browse the repository at this point in the history
  • Loading branch information
bliepp committed Apr 11, 2024
1 parent b5393e8 commit 7c87a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# INSTALL .: `pre-commit install --overwrite --install-hooks`
# UPDATE ..: `pre-commit autoupdate`
default_language_version:
python: python3.10
python: python3.8
exclude: '\.svg$'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -49,7 +49,7 @@ repos:
- "--application-directories=.:source"
- "--py38-plus"
# Python: lint with black
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
hooks:
- id: black
Expand Down

0 comments on commit 7c87a33

Please sign in to comment.