Skip to content

Commit

Permalink
chore: Update dependencies and pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jul 23, 2024
1 parent 1af3dfc commit a5a34f8
Show file tree
Hide file tree
Showing 3 changed files with 889 additions and 321 deletions.
12 changes: 6 additions & 6 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.2.0
rev: 24.4.2
hooks:
- id: black

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

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-ast
- id: check-merge-conflict
Expand All @@ -25,7 +25,7 @@ repos:
- id: double-quote-string-fixer

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

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.0
rev: 0.29.0
hooks:
- id: check-github-actions
- id: check-github-workflows

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

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

0 comments on commit a5a34f8

Please sign in to comment.