Skip to content

Commit

Permalink
chore(autoformat): update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Sep 6, 2023
1 parent 885ec6c commit 47c408c
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/asottile/pyupgrade
rev: v3.3.1
rev: v3.10.1
hooks:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: stable
rev: 23.7.0
hooks:
- id: black
additional_dependencies: [".[jupyter]"]
language_version: python3

- repo: https://github.com/PyCQA/flake8
rev: "6.0.0"
rev: "6.1.0"
hooks:
- id: flake8
# Ignore all format-related checks as Black takes care of those.
Expand Down

0 comments on commit 47c408c

Please sign in to comment.