Skip to content

Commit

Permalink
Update pre-commit hooks to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
miterion committed Oct 22, 2023
1 parent 9b48aa8 commit 4fcfaa7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pycqa/isort
rev: 5.8.0
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
Expand All @@ -11,7 +11,6 @@ repos:
name: isort (pyi)
types: [pyi]
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 23.10.0
hooks:
- id: black
language_version: python3.7

0 comments on commit 4fcfaa7

Please sign in to comment.