Skip to content

Commit 7d7054d

Browse files
committed
Upgrade versions of black and ruff-pre-commit
The versions of black and ruff-pre-commit have been updated to 23.7.0 and v0.0.278 respectively. This ensures that we are using the latest versions of these tools, benefiting from any improvements or bug fixes they may have received.
1 parent d51dc0c commit 7d7054d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- id: fix-smartquotes
3232

3333
- repo: https://github.com/psf/black
34-
rev: 23.3.0
34+
rev: 23.7.0
3535
hooks:
3636
- id: black
3737
args: [--line-length=120]
@@ -45,6 +45,6 @@ repos:
4545

4646
# Ruff replaces flake8 and pylint and more
4747
- repo: https://github.com/charliermarsh/ruff-pre-commit
48-
rev: v0.0.275
48+
rev: v0.0.278
4949
hooks:
5050
- id: ruff

0 commit comments

Comments
 (0)