Skip to content

Commit

Permalink
chore: Update pre-commit hooks and fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Sep 29, 2022
1 parent 42cf859 commit 56d0041
Showing 1 changed file with 4 additions and 4 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: 22.6.0
rev: 22.8.0
hooks:
- id: black

Expand Down Expand Up @@ -40,18 +40,18 @@ repos:
]

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

- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v2.38.2
hooks:
- id: pyupgrade
args: [ "--py36-plus" ]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v0.981
hooks:
- id: mypy

0 comments on commit 56d0041

Please sign in to comment.