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-yapf: v0.31.0 → v0.32.0](pre-commit/mirrors-yapf@v0.31.0...v0.32.0)
- [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v3.2.0...v4.4.0)
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.10.1 → 5.11.1](PyCQA/isort@v5.10.1...5.11.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 13, 2022
1 parent 21b3d5a commit ba771a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: 'setup.py'
repos:
- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.31.0
rev: v0.32.0
hooks:
- id: yapf
name: yapf
Expand All @@ -11,7 +11,7 @@ repos:
types: [python]
exclude: '^examples'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: check-docstring-first
Expand All @@ -25,7 +25,7 @@ repos:
- repo: meta
hooks:
- id: check-useless-excludes
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
- repo: https://github.com/PyCQA/isort
rev: 5.11.1
hooks:
- id: isort

0 comments on commit ba771a3

Please sign in to comment.