Skip to content

Commit

Permalink
Auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu authored Oct 20, 2023
1 parent 59158cd commit 3b511a6
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/charliermarsh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.1
hooks:
- id: ruff
args:
- --fix
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
args:
Expand Down Expand Up @@ -39,7 +39,7 @@ repos:
- id: prettier
stages: [manual]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.6.0"
rev: "v1.6.1"
hooks:
- id: mypy
files: ^(gios)/.+\.py$

0 comments on commit 3b511a6

Please sign in to comment.