Skip to content

Commit

Permalink
Proactively resolve pipeline issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lannuttia committed Aug 26, 2023
1 parent 300630f commit ab62313
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 @@ -9,7 +9,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.11.5
hooks:
- id: isort
args:
Expand All @@ -29,7 +29,7 @@ repos:
- --follow-imports
- skip
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.0
rev: v2.1.1
hooks:
- id: autoflake
args:
Expand Down

0 comments on commit ab62313

Please sign in to comment.