We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c43ee commit 71ef53aCopy full SHA for 71ef53a
.pre-commit-config.yaml
@@ -63,7 +63,7 @@ repos:
63
language: python
64
require_serial: true
65
- repo: https://github.com/astral-sh/ruff-pre-commit
66
- rev: v0.15.8
+ rev: v0.15.9
67
hooks:
68
- id: ruff-check
69
alias: ruff
@@ -98,7 +98,7 @@ repos:
98
name: isort (skip future annotations)
99
files: ^pwb\.py$
100
- repo: https://github.com/jshwi/docsig
101
- rev: v0.81.2
+ rev: v0.81.3
102
103
- id: docsig
104
exclude: ^(tests|scripts)
@@ -115,7 +115,7 @@ repos:
115
- flake8-print>=5.0.0
116
- pep8-naming>=0.15.1
117
- repo: https://github.com/pre-commit/mirrors-mypy
118
- rev: v1.19.1
+ rev: v1.20.0
119
120
- id: mypy
121
args:
0 commit comments