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 941d258 commit c61d5f0Copy full SHA for c61d5f0
.pre-commit-config.yaml
@@ -12,21 +12,21 @@ ci:
12
13
repos:
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.11.11
+ rev: v0.12.8
16
hooks:
17
- id: ruff
18
args: ["--fix", "--output-format=full"]
19
- id: ruff-format
20
args: ["--line-length=100"]
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: v1.15.0
+ rev: v1.17.1
23
24
- id: mypy
25
args: [--ignore-missing-imports]
26
files: ^pymc_bart/
27
additional_dependencies: [numpy, pandas-stubs]
28
- repo: https://github.com/pre-commit/pre-commit-hooks
29
- rev: v5.0.0
+ rev: v6.0.0
30
31
- id: trailing-whitespace
32
- id: end-of-file-fixer
0 commit comments