Skip to content

Commit

Permalink
chore(pre-commit): Update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jan 5, 2024
1 parent d292ab1 commit a772b0f
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
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.12.1
hooks:
- id: black

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

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.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: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [
Expand All @@ -40,18 +40,18 @@ repos:
]

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

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

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

0 comments on commit a772b0f

Please sign in to comment.