Skip to content

Commit 86853a3

Browse files
authored
Merge branch 'master' into copilot/replace-black-with-ruff-formatter
2 parents c870392 + 3ef2535 commit 86853a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: check-docstring-first # checks a common error of defining a docstring after code
1919
- id: debug-statements # checks for debugger imports and py37+ `breakpoint()` calls in python source
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: 'v0.14.2'
21+
rev: 'v0.14.4'
2222
hooks:
2323
- id: ruff
2424
args: [--fix, --exit-non-zero-on-fix]

light-curve/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gsl = ["light-curve-feature/gsl"]
3737
mimalloc = ["dep:mimalloc"]
3838

3939
[dependencies]
40-
const_format = "0.2.34"
40+
const_format = "0.2.35"
4141
conv = "0.3.3"
4242
enum-iterator = "2.3.0"
4343
enumflags2 = { version = "0.7.12", features = ["serde"] }

0 commit comments

Comments
 (0)