Skip to content

Commit

Permalink
Bumped versions in pre-commit configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Mar 29, 2023
1 parent 3afdc9e commit 7a73928
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,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
exclude: \.py-tpl$
Expand All @@ -9,7 +9,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- black==23.1.0
- black==23.3.0
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
Expand Down

0 comments on commit 7a73928

Please sign in to comment.