We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2416a3 commit e9378faCopy full SHA for e9378fa
1 file changed
.pre-commit-config.yaml
@@ -1,4 +1,4 @@
1
-# Setting up a Python environment and pre-commit.
+# Set up a Python environment and prek for pre-commit hooks.
2
3
# Unix or MacOS:
4
# >>> python3 -m venv venv
@@ -9,9 +9,9 @@
9
# >>> venv\Scripts\activate.bat
10
11
# >>> pip install --upgrade pip
12
-# >>> pip install pre-commit
13
-# >>> pre-commit install
14
-# >>> pre-commit run --all-files
+# >>> pip install prek
+# >>> prek install
+# >>> prek run --all-files
15
16
repos:
17
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments