We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0607a04 + 49b708a commit d1966d5Copy full SHA for d1966d5
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
hooks:
13
- id: add-trailing-comma
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.7.0
+ rev: v0.7.1
16
17
- id: ruff
18
- id: ruff-format
@@ -23,7 +23,7 @@ repos:
23
args: ["openff/interchange/", "-e", "openff/interchange/_tests/"]
24
pass_filenames: false
25
- repo: https://github.com/adamchainz/blacken-docs
26
- rev: 1.19.0
+ rev: 1.19.1
27
28
- id: blacken-docs
29
files: ^docs/
@@ -50,7 +50,7 @@ repos:
50
- id: nbstripout
51
files: ^examples
52
- repo: https://github.com/asottile/pyupgrade
53
- rev: v3.18.0
+ rev: v3.19.0
54
55
- id: pyupgrade
56
args:
0 commit comments