Skip to content

Commit 94ae12d

Browse files
authored
chore: fix typo in gcc-warnings hook name
1 parent cb99449 commit 94ae12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ repos:
7777
- repo: local
7878
hooks:
7979
- id: gcc-warnings
80-
name: gcc-warningss
80+
name: gcc-warnings
8181
language: system
8282
entry: g++
8383
args: ["-Wall", "-Wextra", "-pedantic", "-Werror", "-fsyntax-only"]

0 commit comments

Comments
 (0)