We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c8fc8 commit f6eacb4Copy full SHA for f6eacb4
.github/workflows/comment_bot.yml
doc/source/development/contributing.rst
@@ -326,13 +326,7 @@ Autofixing formatting errors
326
----------------------------
327
328
We use several styling checks (e.g. ``black``, ``flake8``, ``isort``) which are run after
329
-you make a pull request. If there is a scenario where any of these checks fail then you
330
-can comment::
331
-
332
- @github-actions pre-commit
333
334
-on that pull request. This will trigger a workflow which will autofix formatting
335
-errors.
+you make a pull request.
336
337
To automatically fix formatting errors on each commit you make, you can
338
set up pre-commit yourself. First, create a Python :ref:`environment
0 commit comments