We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bbec06 + c2d872a commit 68516b1Copy full SHA for 68516b1
.pre-commit-config.yaml
@@ -5,7 +5,7 @@
5
repos:
6
# C++ formatting with clang-format
7
- repo: https://github.com/pre-commit/mirrors-clang-format
8
- rev: v21.1.0
+ rev: v21.1.1
9
hooks:
10
- id: clang-format
11
files: \.(cpp|hpp|c|h)$
@@ -22,7 +22,7 @@ repos:
22
23
# Ruff Python linter
24
- repo: https://github.com/charliermarsh/ruff-pre-commit
25
- rev: v0.12.12
+ rev: v0.13.1
26
27
- id: ruff
28
args: [--fix]
requirements.txt
@@ -1,4 +1,4 @@
1
numpy==2.2.3
2
-XlsxWriter==3.2.5
+XlsxWriter==3.2.9
3
PyYAML==6.0.2
4
pre-commit==4.3.0
0 commit comments