We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4dea6a + ea32f2e commit 33a1638Copy full SHA for 33a1638
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.5.0
+ rev: v4.6.0
13
hooks:
14
- id: check-added-large-files
15
- id: check-merge-conflict
@@ -20,7 +20,7 @@ repos:
20
- id: mixed-line-ending
21
22
- repo: https://github.com/talos-systems/conform
23
- rev: v0.1.0-alpha.28
+ rev: v0.1.0-alpha.30
24
25
- id: conform
26
stages:
@@ -44,16 +44,16 @@ repos:
44
name: isort (python)
45
46
- repo: https://github.com/psf/black
47
- rev: 24.2.0
+ rev: 24.4.0
48
49
- id: black
50
51
- repo: https://github.com/MarketSquare/robotframework-tidy
52
- rev: 4.9.0
+ rev: 4.11.0
53
54
- id: robotidy
55
56
- repo: https://github.com/MarketSquare/robotframework-robocop
57
- rev: 5.0.3
+ rev: 5.0.4
58
59
- id: robocop
0 commit comments