Skip to content

Commit

Permalink
Merge pull request #19 from ewjoachim/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Jan 1, 2024
2 parents 1cd847a + 3a43364 commit b7fcdc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,13 +15,13 @@ repos:
- id: check-added-large-files

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

- repo: https://github.com/hadialqattan/pycln
rev: "v2.2.2"
rev: "v2.4.0"
hooks:
- id: pycln

Expand All @@ -31,7 +31,7 @@ repos:
- id: black

- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort

Expand All @@ -41,7 +41,7 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.5.1"
rev: "v1.8.0"
hooks:
- id: mypy
files: ^pytest_call_checker/
Expand Down

0 comments on commit b7fcdc0

Please sign in to comment.