File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,23 @@ That's it! The plugin will run every time you commit any changes. If there are a
7373pre-commit run --all-files --show-diff-on-failure
7474```
7575
76+
77+ <details >
78+ <summary >Hint for windows users</summary >
79+ <br />
80+ On Windows, the python3 command is not recognized. This can lead to the error below.
81+ <pre >running into the error `hook id: validate-filenames exit code: 9009</pre >
82+
83+ You can create a symbolic link to the 'python.exe' file on your machine. Follow these steps:
84+
85+ 1 . Open the command prompt as admin (cmd).
86+ 2 . Navigate to your Python directory.
87+ 3 . Create a symbolic link using the following command:
88+
89+ <pre >mklink python3.exe python.exe</pre >
90+
91+ </details >
92+
7693#### Coding Style
7794
7895We want your work to be readable by others; therefore, we encourage you to note the following:
You can’t perform that action at this time.
0 commit comments