Skip to content

Commit 49b708a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0)
1 parent 0607a04 commit 49b708a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: add-trailing-comma
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.7.0
15+
rev: v0.7.1
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format
@@ -23,7 +23,7 @@ repos:
2323
args: ["openff/interchange/", "-e", "openff/interchange/_tests/"]
2424
pass_filenames: false
2525
- repo: https://github.com/adamchainz/blacken-docs
26-
rev: 1.19.0
26+
rev: 1.19.1
2727
hooks:
2828
- id: blacken-docs
2929
files: ^docs/
@@ -50,7 +50,7 @@ repos:
5050
- id: nbstripout
5151
files: ^examples
5252
- repo: https://github.com/asottile/pyupgrade
53-
rev: v3.18.0
53+
rev: v3.19.0
5454
hooks:
5555
- id: pyupgrade
5656
args:

0 commit comments

Comments
 (0)