We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d790e3a commit aac2a98Copy full SHA for aac2a98
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.5.0
+ rev: v4.6.0
7
hooks:
8
# Forbid files which have a UTF-8 byte-order marker
9
- id: check-byte-order-marker
@@ -32,6 +32,6 @@ repos:
32
# The REUSE helper tool assists with achieving and confirming REUSE compliance.
33
# See: https://reuse.software/
34
- repo: https://github.com/fsfe/reuse-tool
35
- rev: v3.0.1
+ rev: v3.0.2
36
37
- id: reuse
0 commit comments