Skip to content

Commit

Permalink
Merge pull request #206 from volopivoshenko/205-update-linters
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko authored Mar 9, 2024
2 parents 26e4403 + 557bc14 commit 9858d4e
Show file tree
Hide file tree
Showing 3 changed files with 2,907 additions and 1,385 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ default_language_version:

repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.14.1
rev: v3.18.0
hooks:
- id: commitizen
stages:
- commit-msg

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade

Expand All @@ -20,7 +20,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black

Expand All @@ -47,16 +47,16 @@ repos:
- id: python-check-blanket-type-ignore

- repo: https://github.com/pre-commit/pre-commit
rev: v3.6.0
rev: v3.6.2
hooks:
- id: validate_manifest

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.3.2
hooks:
- id: ruff

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
Loading

0 comments on commit 9858d4e

Please sign in to comment.