Skip to content

Commit

Permalink
updates all pre-commit plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufour committed Sep 9, 2023
1 parent 2049acf commit 44d7eac
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 @@ -27,7 +27,7 @@ repos:
- id: flake8
additional_dependencies: ["importlib-metadata<5.0.0"]
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
Expand All @@ -36,7 +36,7 @@ repos:
- id: mypy
additional_dependencies: [types-all]
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.7.5
hooks:
- id: docformatter
- repo: https://github.com/econchick/interrogate
Expand Down

0 comments on commit 44d7eac

Please sign in to comment.