Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.1](pre-commit/mirrors-autopep8@v2.0.0...v2.0.1)
- [github.com/PyCQA/isort: 5.11.1 → v5.11.3](PyCQA/isort@5.11.1...v5.11.3)
  • Loading branch information
pre-commit-ci[bot] authored and Michael Howitz committed Dec 20, 2022
1 parent 5636cab commit 26ed7ff
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 @@ -19,11 +19,11 @@ repos:
language_version: python3
args: ["--doctests"]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.0
rev: v2.0.1
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/isort
rev: 5.11.1
rev: v5.11.3
hooks:
- id: isort
args: [--filter-files]
Expand Down

0 comments on commit 26ed7ff

Please sign in to comment.