Skip to content

Commit

Permalink
ci: update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Jan 29, 2023
1 parent 8cb07d2 commit d8924b8
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,19 +1,19 @@
default_language_version:
python: python3.9
python: python3.11

repos:
- repo: /~https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

- repo: /~https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black

- repo: /~https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand All @@ -28,20 +28,20 @@ repos:
- id: detect-private-key

- repo: /~https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
rev: v1.10.0
hooks:
- id: python-use-type-annotations
- id: python-check-mock-methods
- id: python-check-blanket-noqa
- id: python-check-blanket-type-ignore

- repo: /~https://github.com/pre-commit/pre-commit
rev: v2.20.0
rev: v3.0.1
hooks:
- id: validate_manifest

- repo: /~https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
entry: pflake8
Expand All @@ -51,6 +51,6 @@ repos:
- flake8-pytest-style

- repo: /~https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v0.991
hooks:
- id: mypy

0 comments on commit d8924b8

Please sign in to comment.