Skip to content

Commit 5732e4a

Browse files
[pre-commit.ci] pre-commit autoupdate (#746)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e16ca01 commit 5732e4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
exclude: src/furo/theme/.*|docs/(recommendations|reference/admonitions).md
77

88
- repo: https://github.com/psf/black
9-
rev: 23.12.1
9+
rev: 24.1.1
1010
hooks:
1111
- id: black
1212

@@ -36,7 +36,7 @@ repos:
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
3838
# Ruff version.
39-
rev: v0.1.9
39+
rev: v0.1.14
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]

noxfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Development automation
22
"""
3+
34
import datetime
45
import glob
56
import os

0 commit comments

Comments
 (0)