Skip to content

Commit

Permalink
ci: update black pre-commit (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
bchew authored Oct 1, 2023
1 parent 23c6cf2 commit 8c3cf96
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,9 +1,9 @@
repos:
- repo: https://github.com/ambv/black
rev: 23.7.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
hooks:
- id: black
language_version: python3.10
language_version: python3.11
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
Expand Down

0 comments on commit 8c3cf96

Please sign in to comment.