Skip to content

Commit 682d4d1

Browse files
authored
chore: block commits to master (#734)
1 parent 3e21601 commit 682d4d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ repos:
2121
- id: check-yaml
2222
- id: debug-statements
2323
language_version: python3
24+
- id: no-commit-to-branch
25+
args: ['--branch', 'master']
2426

2527
- repo: https://github.com/PyCQA/flake8
2628
rev: 4.0.1

0 commit comments

Comments
 (0)