Skip to content

Commit 0fe1f3a

Browse files
committed
fix(pre-commit): update hooks versions
1 parent d0689d6 commit 0fe1f3a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# Copyright 2023-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# Redistribution and use in source and binary forms, with or without
44
# modification, are permitted provided that the following conditions

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# Copyright 2023-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# Redistribution and use in source and binary forms, with or without
44
# modification, are permitted provided that the following conditions
@@ -57,7 +57,7 @@ repos:
5757
# More details about these pre-commit hooks here:
5858
# https://pre-commit.com/hooks.html
5959
- repo: https://github.com/pre-commit/pre-commit-hooks
60-
rev: v4.4.0
60+
rev: v6.0.0
6161
hooks:
6262
- id: check-case-conflict
6363
- id: check-executables-have-shebangs

0 commit comments

Comments
 (0)