We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da11fc6 commit 69989ceCopy full SHA for 69989ce
doc/source/development/contributing.rst
@@ -618,7 +618,8 @@ from the root of the pandas repository. Now ``black`` and ``flake8`` will be run
618
each time you commit changes. You can skip these checks with
619
``git commit --no-verify``.
620
621
-This command will catch any stylistic errors in your changes specifically, but
+One caveat about ``git diff upstream/master -u -- "*.py" | flake8 --diff``: this
622
+command will catch any stylistic errors in your changes specifically, but
623
be beware it may not catch all of them. For example, if you delete the only
624
usage of an imported function, it is stylistically incorrect to import an
625
unused function. However, style-checking the diff will not catch this because
0 commit comments