mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-30 11:01:37 +00:00
working auth and activity list
This commit is contained in:
33
garth/.pre-commit-config.yaml
Normal file
33
garth/.pre-commit-config.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
exclude: '.*\.ipynb$'
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
hooks:
|
||||
- id: check-yaml
|
||||
args: ['--unsafe']
|
||||
- id: check-toml
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.6
|
||||
hooks:
|
||||
- id: codespell
|
||||
additional_dependencies:
|
||||
- tomli
|
||||
exclude: 'cassettes/'
|
||||
|
||||
- repo: https://github.com/DavidAnson/markdownlint-cli2
|
||||
rev: v0.12.1
|
||||
hooks:
|
||||
- id: markdownlint-cli2
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: lint
|
||||
name: lint
|
||||
entry: make lint
|
||||
types: [python]
|
||||
language: system
|
||||
pass_filenames: false
|
||||
Reference in New Issue
Block a user