File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed
Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1+ [submodule "data_science/pandas/pandas_meetup "]
2+ path = data_science/pandas/pandas_meetup
3+ url = https://github.com/pythoninthegrass/pandas_meetup.git
Original file line number Diff line number Diff line change @@ -3,23 +3,23 @@ fail_fast: true
33repos :
44 # checks for secrets via rules (gitleaks.toml)
55 - repo : https://github.com/zricethezav/gitleaks
6- rev : v8.15.0
6+ rev : v8.15.3
77 hooks :
88 - id : gitleaks
99 - repo : https://github.com/ambv/black
10- rev : 22.10 .0
10+ rev : 23.1 .0
1111 hooks :
1212 - id : black
13- - repo : https://gitlab .com/pycqa /flake8
14- rev : 3.9.2
13+ - repo : https://github .com/PyCQA /flake8
14+ rev : 6.0.0
1515 hooks :
1616 - id : flake8
1717 # - repo: https://github.com/timothycrosley/isort
1818 # rev: 5.10.1
1919 # hooks:
2020 # - id: isort
2121 - repo : https://github.com/pre-commit/pre-commit-hooks
22- rev : v4.3 .0
22+ rev : v4.4 .0
2323 hooks :
2424 - id : check-yaml
2525 - id : check-added-large-files
Original file line number Diff line number Diff line change @@ -58,7 +58,17 @@ export-reqs: update-deps
5858
5959# [git] update git submodules
6060sub :
61- git submodule update --init --recursive && git pull --recurse-submodules
61+ @ echo " To add a submodule:"
62+ @ echo " git submodule add https://github.com/username/repo.git path/to/submodule"
63+ @ echo " Updating all submodules..."
64+ git submodule update --init --recursive && git pull --recurse-submodules -j8
65+
66+ # [git] update pre-commit hooks
67+ pre-commit :
68+ @ echo " To install pre-commit hooks:"
69+ @ echo " pre-commit install"
70+ @ echo " Updating pre-commit hooks..."
71+ pre-commit autoupdate
6272
6373# [minikube] start minikube + tilt
6474start-minikube :
You can’t perform that action at this time.
0 commit comments