Skip to content

Commit

Permalink
update isort and flake in cicd to fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leifdenby committed Aug 16, 2024
1 parent 45fff52 commit 1226872
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 @@ -8,7 +8,7 @@ repos:
- id: check-yaml
# isort should run before black as black sometimes tweaks the isort output
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
# https://github.com/python/black#version-control-integration
Expand All @@ -21,6 +21,6 @@ repos:
hooks:
- id: blackdoc
- repo: https://github.com/PyCQA/flake8
rev: 3.8.4
rev: 5.0.4
hooks:
- id: flake8

0 comments on commit 1226872

Please sign in to comment.