Skip to content

Commit

Permalink
chore: Update pre-commit hooks and poetry lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Sep 2, 2024
1 parent 58e81e9 commit 26ed26e
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 105 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black

Expand All @@ -25,7 +25,7 @@ repos:
- id: double-quote-string-fixer

- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies: [
Expand All @@ -40,7 +40,7 @@ repos:
]

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.29.1
rev: 0.29.2
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -52,6 +52,6 @@ repos:
args: [ "--py36-plus", "--py37-plus" ]

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

0 comments on commit 26ed26e

Please sign in to comment.