Skip to content

Commit 12dcff5

Browse files
Auto-update pre-commit hooks (UniversalRobots#307)
* Auto-update pre-commit hooks * Use fix-byte-order-marker instead of check-byte-order-marker --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Felix Exner <feex@universal-robots.com>
1 parent 6167eec commit 12dcff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
repos:
1818
# Standard hooks
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v5.0.0
20+
rev: v6.0.0
2121
hooks:
2222
- id: check-added-large-files
2323
args: ['--maxkb=1500']
@@ -31,7 +31,7 @@ repos:
3131
- id: debug-statements
3232
- id: end-of-file-fixer
3333
- id: mixed-line-ending
34-
- id: check-byte-order-marker # Forbid UTF-8 byte-order markers
34+
- id: fix-byte-order-marker
3535
- id: trailing-whitespace
3636
# This need to be a one to one copy from the Universal Robots legal no matter trailing spaces or not
3737
exclude: |

0 commit comments

Comments
 (0)