Skip to content

Commit

Permalink
chore: update pre-commit hooks (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Jan 29, 2024
1 parent 35f1d59 commit ce1edaf
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
Expand Up @@ -23,7 +23,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
files: \.(md|ya?ml)$
Expand All @@ -36,16 +36,16 @@ repos:
args: [--py39-plus]

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

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
rev: 24.1.1
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8

0 comments on commit ce1edaf

Please sign in to comment.