Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
bagel897 committed Oct 24, 2022
1 parent 7fbd830 commit 075b3f0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .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: 22.6.0
rev: 22.10.0
hooks:
- id: black-jupyter

Expand Down Expand Up @@ -30,7 +30,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
rev: "v3.0.0-alpha.3"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
Expand All @@ -48,21 +48,21 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v3.1.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]

- repo: https://github.com/hadialqattan/pycln
rev: v1.3.5
rev: v2.1.1
hooks:
- id: pycln
additional_dependencies: [click<8.1]
args: [--all]
stages: [manual]

- repo: https://github.com/asottile/yesqa
rev: v1.3.0
rev: v1.4.0
hooks:
- id: yesqa
exclude: docs/conf.py
Expand All @@ -71,21 +71,21 @@ repos:
- flake8-print

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
exclude: docs/conf.py
additional_dependencies: *flake8_dependencies

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v0.982
hooks:
- id: mypy
files: src
args: []

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.2
hooks:
- id: codespell

Expand Down

0 comments on commit 075b3f0

Please sign in to comment.