Skip to content

Commit

Permalink
🔧 Update pre-commit, Python version, isort version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jan 30, 2023
1 parent 35c6368 commit e34491d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
default_language_version:
python: python3.10
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand Down Expand Up @@ -34,7 +36,7 @@ repos:
- __init__.py
- --remove-duplicate-keys
- repo: https://github.com/pycqa/isort
rev: 5.11.0
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
Expand Down

0 comments on commit e34491d

Please sign in to comment.