Skip to content

Commit

Permalink
Merge pull request #18 from sirosen/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
sirosen authored Jan 17, 2025
2 parents f9b6b74 + 783b4c3 commit 829313d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ repos:
- id: check-merge-conflict
- id: trailing-whitespace
- repo: https://github.com/sirosen/dependency-groups
rev: 0.3.0
rev: 1.3.0
hooks:
- id: lint-dependency-groups
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.3
rev: 0.31.0
hooks:
- id: check-github-workflows
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -29,15 +29,15 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- 'flake8-bugbear==24.8.19'
- 'flake8-comprehensions==3.15.0'
- 'flake8-typing-as-t==0.0.3'
- 'flake8-bugbear==24.12.12'
- 'flake8-comprehensions==3.16.0'
- 'flake8-typing-as-t==1.0.0'
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/sirosen/slyp
rev: 0.7.1
rev: 0.8.1
hooks:
- id: slyp
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit 829313d

Please sign in to comment.