Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Aug 9, 2024
2 parents 406f0d1 + cb6a7f3 commit 81a658d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
types:
- python

- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
types:
Expand Down

0 comments on commit 81a658d

Please sign in to comment.