We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e21601 commit 682d4d1Copy full SHA for 682d4d1
.pre-commit-config.yaml
@@ -21,6 +21,8 @@ repos:
21
- id: check-yaml
22
- id: debug-statements
23
language_version: python3
24
+ - id: no-commit-to-branch
25
+ args: ['--branch', 'master']
26
27
- repo: https://github.com/PyCQA/flake8
28
rev: 4.0.1
0 commit comments