jiaulislam commited on
Commit
6cab457
·
1 Parent(s): df8d23b

adding master branch support for pre-commit & general python3 support for in .pre-commit config

Browse files
.github/workflows/pre-commit.yml CHANGED
@@ -1,7 +1,7 @@
1
  on:
2
  pull_request:
3
  push:
4
- branches: [main]
5
 
6
  jobs:
7
  main:
 
1
  on:
2
  pull_request:
3
  push:
4
+ branches: [main, master]
5
 
6
  jobs:
7
  main:
.pre-commit-config.yaml CHANGED
@@ -1,6 +1,3 @@
1
- default_language_version:
2
- python: python3.7
3
-
4
  default_stages: [commit, push]
5
 
6
  ci:
 
 
 
 
1
  default_stages: [commit, push]
2
 
3
  ci: