Merge ~jugmac00/git-build-recipe:upgrade-linters into git-build-recipe:master

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: 0d359e8f64c3ca865f07c1da525cd7dfb4d35965
Merged at revision: 0d359e8f64c3ca865f07c1da525cd7dfb4d35965
Proposed branch: ~jugmac00/git-build-recipe:upgrade-linters
Merge into: git-build-recipe:master
Diff against target: 21 lines (+3/-3)
1 file modified
.pre-commit-config.yaml (+3/-3)
Reviewer Review Type Date Requested Status
Guruprasad Approve
Review via email: mp+431626@code.launchpad.net

Commit message

Upgrade linters

To post a comment you must log in.
Revision history for this message
Guruprasad (lgp171188) :
review: Approve
Revision history for this message
Colin Watson (cjwatson) :
Revision history for this message
Jürgen Gmach (jugmac00) :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
2index 4737b06..f00b8b4 100644
3--- a/.pre-commit-config.yaml
4+++ b/.pre-commit-config.yaml
5@@ -2,13 +2,13 @@
6 # See https://pre-commit.com/hooks.html for more hooks
7 repos:
8 - repo: https://github.com/pre-commit/pre-commit-hooks
9- rev: v4.1.0
10+ rev: v4.3.0
11 hooks:
12 - id: trailing-whitespace
13 - id: end-of-file-fixer
14 - id: check-yaml
15 - id: check-added-large-files
16 - repo: https://github.com/get-woke/woke
17- rev: v0.17.1
18+ rev: v0.19.0
19 hooks:
20- - id: woke-from-source
21+ - id: woke

Subscribers

People subscribed via source and target branches