Skip to content

Commit

Permalink
Mod: Update black version in requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Mar 7, 2024
1 parent 040e3d1 commit 721e55c
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
Expand Up @@ -3,7 +3,7 @@
repos:
# Format Code
- repo: https://github.com/ambv/black
rev: 22.8.0
rev: 23.12.1
hooks:
- id: black

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

black==22.8.0
black==23.12.1
flake8==4.0.1
ipykernel==6.9.1
matplotlib==3.5.2
Expand Down

0 comments on commit 721e55c

Please sign in to comment.