Skip to content

Commit 8f6bdda

Browse files
authored
Merge pull request #51 from kazewong/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7e4c75d + be904e4 commit 8f6bdda

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
files: src/
22
repos:
3-
- repo: https://github.com/ambv/black
4-
rev: 23.9.1
3+
- repo: https://github.com/psf/black
4+
rev: 23.11.0
55
hooks:
66
- id: black
7-
- repo: https://github.com/charliermarsh/ruff-pre-commit
8-
rev: 'v0.1.6'
7+
- repo: https://github.com/astral-sh/ruff-pre-commit
8+
rev: 'v0.1.7'
99
hooks:
1010
- id: ruff
1111
args: ["--fix"]
1212
- repo: https://github.com/RobertCraigie/pyright-python
13-
rev: v1.1.338
13+
rev: v1.1.339
1414
hooks:
1515
- id: pyright
1616
additional_dependencies: [beartype, jax, jaxtyping, pytest, typing_extensions, flowMC, ripplegw, gwpy, astropy]

0 commit comments

Comments
 (0)