We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310ebaf commit ae45919Copy full SHA for ae45919
.pre-commit-config.yaml
@@ -29,14 +29,14 @@ repos:
29
- id: black
30
- id: black-jupyter
31
- repo: https://github.com/PyCQA/pylint
32
- rev: v2.16.0b0
+ rev: v2.16.0b1
33
hooks:
34
- id: pylint
35
args: [--rcfile=.pylintrc]
36
files: ^pymc/
37
exclude: (?x)(pymc/_version.py)
38
- repo: https://github.com/PyCQA/pydocstyle
39
- rev: 6.2.3
+ rev: 6.3.0
40
41
- id: pydocstyle
42
args:
0 commit comments