File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21default_language_version :
32 python : python3
43exclude : ^docs/(conf.py|_ext/)
@@ -42,14 +41,14 @@ repos:
4241 hooks :
4342 - id : relint
4443 args : [-W] # to fail on warnings
45- - repo : https://github.com/MiraGeoscience/mirageoscience. pre-commit-hooks
46- rev : v1.0.0
47- hooks :
48- - id : check-copyright
49- files : (^LICENSE|^README(|-dev).rst|\.py|\.pyi)$
50- exclude : (^\.|^docs/)
51- - id : prepare-commit-msg
52- - id : check-commit-msg
44+ - repo : https://github.com/MiraGeoscience/pre-commit-hooks
45+ rev : v1.0.0
46+ hooks :
47+ - id : check-copyright
48+ files : (^LICENSE|^README(|-dev).rst|\.py|\.pyi)$
49+ exclude : (^\.|^docs/)
50+ - id : prepare-commit-msg
51+ - id : check-commit-msg
5352- repo : https://github.com/codespell-project/codespell
5453 rev : v2.3.0
5554 hooks :
Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ Usage
2525Example of ``.pre-commit-config.yamnl ``:
2626
2727.. code :: yaml
28-
29- - repo : http://github.com/MiraGeoscience/mirageoscience. pre-commit-hooks
30- rev : <release>
31- hooks :
32- - id : check-copyright
33- types : [text]
34- files : (^LICENSE|^README(|-dev).rst|\.py|\.pyi)$
35- exclude : (^\.|^docs/)
36- - id : prepare-commit-msg
37- - id : check-commit-msg
28+ repos:
29+ - repo: http://github.com/MiraGeoscience/pre-commit-hooks
30+ rev: <release>
31+ hooks:
32+ - id: check-copyright
33+ types: [text]
34+ files: (^LICENSE|^README(|-dev).rst |\. py|\. pyi)$
35+ exclude: (^\. |^docs/)
36+ - id: prepare-commit-msg
37+ - id: check-commit-msg
3838
3939License
4040^^^^^^^
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version = "1.0.0"
55
66license = " MIT"
77description = " "
8- repository = " https://github.com/MiraGeoscience/mirageoscience. pre-commit-hooks"
8+ repository = " https://github.com/MiraGeoscience/pre-commit-hooks"
99authors = [" Mira Geoscience <support@mirageoscience.com>" ]
1010readme = " README.rst"
1111
You can’t perform that action at this time.
0 commit comments