Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Feb 1, 2024
1 parent 1a70137 commit 212682a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ambv/black
rev: 22.6.0
rev: 24.1.1
hooks:
- id: black

Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ deps =
skip_install = True
basepython = python3.8
commands =
black --version
black . --check
deps =
black==23.12.1
black

[testenv:typechecker]
skip_install = True
Expand Down

0 comments on commit 212682a

Please sign in to comment.