Skip to content

Commit

Permalink
Updated pre-commit versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Jan 29, 2023
1 parent ab4d994 commit 3b22ae3
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
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: [ "--profile", "black" ]
Expand Down

0 comments on commit 3b22ae3

Please sign in to comment.