jiaulislam commited on
Commit
a795cd8
·
1 Parent(s): 7d8a510

adding pre-commit.ci support

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +12 -0
.pre-commit-config.yaml CHANGED
@@ -3,6 +3,18 @@ default_language_version:
3
 
4
  default_stages: [commit, push]
5
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  repos:
7
  - repo: https://github.com/psf/black
8
  rev: 23.1.0
 
3
 
4
  default_stages: [commit, push]
5
 
6
+ ci:
7
+ autofix_commit_msg: |
8
+ [pre-commit.ci] auto fixes from pre-commit.com hooks
9
+
10
+ for more information, see https://pre-commit.ci
11
+ autofix_prs: true
12
+ autoupdate_branch: ''
13
+ autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
14
+ autoupdate_schedule: 'quarterly'
15
+ skip: []
16
+ submodules: false
17
+
18
  repos:
19
  - repo: https://github.com/psf/black
20
  rev: 23.1.0