Skip to content

Commit

Permalink
Precommit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Apr 22, 2024
1 parent 40b0495 commit 4352267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.4.0
hooks:
- id: black
language_version: python3
exclude: versioneer.py
args:
- --target-version=py37
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
language_version: python3
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v4.0.0-alpha.8
hooks:
- id: prettier

0 comments on commit 4352267

Please sign in to comment.