Skip to content

Commit

Permalink
ci: bump pre-commit checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed Dec 29, 2023
1 parent d6240a1 commit 1f82914
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.12.1
hooks:
- id: black

Expand All @@ -17,17 +17,17 @@ repos:
- id: shellcheck

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
rev: v1.33.0
hooks:
- id: yamllint
args: [--strict]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0
rev: v3.1.0
hooks:
- id: prettier

- repo: https://github.com/ansible/ansible-lint
rev: v6.17.2
rev: v6.22.1
hooks:
- id: ansible-lint
1 change: 0 additions & 1 deletion roles/sway/files/scripts/sway_next_workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
your_next_workspace = x["name"]
break
if x["visible"] == True and x["focused"] == True:

print(x)
your_current_workspace = x["name"]
print(your_current_workspace)
Expand Down

0 comments on commit 1f82914

Please sign in to comment.