Skip to content

Commit

Permalink
update the template pre-commit config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Apr 4, 2024
1 parent b669578 commit 4f11dd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions babelizer/data/templates/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
name: black
Expand Down Expand Up @@ -35,7 +35,7 @@ repos:
- flake8-simplify

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand All @@ -61,7 +61,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies: [types-all]

0 comments on commit 4f11dd1

Please sign in to comment.