File tree 1 file changed +17
-0
lines changed
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
73
73
pre-commit run --all-files --show-diff-on-failure
74
74
```
75
75
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
+
76
93
#### Coding Style
77
94
78
95
We 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