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 d3082a6 commit 0aca32dCopy full SHA for 0aca32d
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: isort
17
name: isort (python)
18
- repo: https://github.com/pre-commit/mirrors-autopep8
19
- rev: v1.6.0
+ rev: v1.7.0
20
hooks:
21
- id: autopep8
22
args: ["--max-line-length=120", "-i"]
@@ -25,7 +25,7 @@ repos:
25
26
- id: python-use-type-annotations
27
- repo: https://github.com/lorenzwalthert/precommit
28
- rev: v0.3.1
+ rev: v0.3.2.9001
29
30
- id: style-files
31
args: [--style_pkg=styler, --style_fun=tidyverse_style]
@@ -36,7 +36,7 @@ repos:
36
- id: parsable-R
37
- id: no-browser-statement
38
- repo: https://github.com/zricethezav/gitleaks
39
- rev: v8.8.11
+ rev: v8.11.2
40
41
- id: gitleaks
42
# enable only for Python projects with a dev-installed pylint
0 commit comments