Skip to content

Commit

Permalink
Update black in pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula-Kli committed Oct 15, 2023
1 parent 5bdedb4 commit 25e0530
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
@@ -1,5 +1,5 @@
default_language_version:
python: python3.9
python: python3.11
repos:
- repo: https://github.com/myint/autoflake
rev: v2.1.1
Expand All @@ -16,6 +16,6 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.9.1
hooks:
- id: black

0 comments on commit 25e0530

Please sign in to comment.