Skip to content

Commit d084789

Browse files
committed
Merge branch 'an/hot-fix-mpi-time' of https://github.com/allnes/parallel_programming_course into an/hot-fix-mpi-time
2 parents 77ff009 + 5967833 commit d084789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222

2323
# Ruff Python linter
2424
- repo: https://github.com/charliermarsh/ruff-pre-commit
25-
rev: v0.14.0
25+
rev: v0.14.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 @@
1-
numpy==2.3.3
1+
numpy==2.3.4
22
XlsxWriter==3.2.9
33
PyYAML==6.0.3
44
pre-commit==4.3.0

0 commit comments

Comments
 (0)