Skip to content

Commit

Permalink
Pre-commit - upgrade repos
Browse files Browse the repository at this point in the history
  • Loading branch information
roekatz committed Feb 14, 2024
1 parent 7e9b778 commit 0b3920f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand All @@ -19,7 +19,7 @@ repos:
- id: codespell
args: [--skip, "*.json"]
- repo: https://github.com/myint/docformatter
rev: v1.4
rev: v1.5.1
hooks:
- id: docformatter
args: [--in-place]

0 comments on commit 0b3920f

Please sign in to comment.