Skip to content

Commit

Permalink
Merge pull request #8 from minrk/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk authored Oct 8, 2024
2 parents 7fa2cdd + eb2b885 commit 34670c7
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 @@ -7,11 +7,11 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args:
Expand All @@ -22,10 +22,10 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer

0 comments on commit 34670c7

Please sign in to comment.