Skip to content

Commit

Permalink
Bump black version
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Mar 21, 2024
1 parent b1750f9 commit 9781639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fail_fast: true
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.3.0
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pre-commit
types-requests
vcrpy
pytest-vcr
black == 22.6.0
black == 24.3.0
sphinx

0 comments on commit 9781639

Please sign in to comment.