You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a pre-commit hook which gets fired on "git commit" which runs flake8 against the modified py files and checks that no "pdb" are left around.
The makefile should provide a "make install-git-scripts" command which does this.
The text was updated successfully, but these errors were encountered:
* master:
use 'with open' to make sure file is closed
test_process_create_time: always test against the rounded time too
don't test physical cpu count on systems that don't include it
don't test num_ctx_switches on unsupported kernels
fix compilation warning about possible misuse of XDECREF
fix race condition in wait_for_file
fix flake8 error
fix permission errors when running from /root
fixgiampaolo#607: DUPLEX_UNKNOWN is not defined on old RedHat versions
fixgiampaolo#606: Process.parent() may swallow NoSuchProcess exceptions (#race-condition)
attempt to fix xargs on OSX
giampaolo#602: move pre-commit hook into a separate file
fixgiampaolo#602: add GIT pre-commit hook
fix failing test on Windows
C styling: if unification
forgot to close the handle
fixgiampaolo#599 (Windows): process name() can now be determined for all PIDs
add test
windows: refactoring of the alternative process info implementation
fix typo in documentation
Add a pre-commit hook which gets fired on "git commit" which runs flake8 against the modified py files and checks that no "pdb" are left around.
The makefile should provide a "make install-git-scripts" command which does this.
The text was updated successfully, but these errors were encountered: