Skip to content

Commit 68516b1

Browse files
committed
2 parents 7bbec06 + c2d872a commit 68516b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
repos:
66
# C++ formatting with clang-format
77
- repo: https://github.com/pre-commit/mirrors-clang-format
8-
rev: v21.1.0
8+
rev: v21.1.1
99
hooks:
1010
- id: clang-format
1111
files: \.(cpp|hpp|c|h)$
@@ -22,7 +22,7 @@ repos:
2222

2323
# Ruff Python linter
2424
- repo: https://github.com/charliermarsh/ruff-pre-commit
25-
rev: v0.12.12
25+
rev: v0.13.1
2626
hooks:
2727
- id: ruff
2828
args: [--fix]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy==2.2.3
2-
XlsxWriter==3.2.5
2+
XlsxWriter==3.2.9
33
PyYAML==6.0.2
44
pre-commit==4.3.0

0 commit comments

Comments
 (0)