Skip to content

Commit

Permalink
chore: revert manual updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli74 committed Sep 19, 2023
1 parent e870036 commit 8205c82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: no-commit-to-branch
args: ["--branch", "main"]
- repo: https://github.com/commitizen-tools/commitizen
rev: 3.9.0
rev: v3.4.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -39,12 +39,12 @@ repos:
- id: poetry-check
args: ["--lock"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v2.7.1
hooks:
- id: prettier
args: ["--tab-width", "2"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.11.0
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -53,19 +53,19 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
- id: codespell
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v0.931
hooks:
- id: mypy
additional_dependencies: []
Expand Down

0 comments on commit 8205c82

Please sign in to comment.