Skip to content

Commit

Permalink
Merge pull request #70 from ewjoachim/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored Jan 7, 2025
2 parents 1770e38 + 263ee6c commit e919574
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 @@ -8,7 +8,7 @@ exclude: "^tests/unit/umbrella/.+"

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

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

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

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

- repo: https://github.com/PyCQA/flake8
rev: "7.1.0"
rev: "7.1.1"
hooks:
- id: flake8

Expand All @@ -58,11 +58,11 @@ repos:


- repo: https://github.com/PyCQA/doc8
rev: "v1.1.1"
rev: "v1.1.2"
hooks:
- id: doc8

- repo: https://github.com/floatingpurr/sync_with_poetry
rev: 1.1.0
rev: 1.2.0
hooks:
- id: sync_with_poetry

0 comments on commit e919574

Please sign in to comment.