We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0f684 commit 5ced2cfCopy full SHA for 5ced2cf
1 file changed
.pre-commit-config.yaml
@@ -15,12 +15,12 @@ repos:
15
files: requirements-dev.txt
16
17
- repo: https://github.com/charliermarsh/ruff-pre-commit
18
- rev: v0.0.247
+ rev: v0.0.277
19
hooks:
20
- id: ruff
21
22
- repo: https://github.com/psf/black
23
- rev: 23.1.0
+ rev: 23.7.0
24
25
- id: black
26
language_version: python3
@@ -31,7 +31,7 @@ repos:
31
- id: blackdoc
32
33
- repo: https://github.com/codespell-project/codespell
34
- rev: v2.2.2
+ rev: v2.2.5
35
36
- id: codespell
37
args:
0 commit comments