Compare commits

..

No commits in common. "7e1601e5d6b10da8816c396f21c3168ab2340e22" and "e263fc321ef649ab6fd3ab2520b5415365f1b71a" have entirely different histories.

2 changed files with 3 additions and 16 deletions

13
.gitignore vendored
View File

@ -1,13 +0,0 @@
# Ban dotfiles except
.*
!.editorconfig
!.gitattributes
!.gitignore
!.gnupg
!.pre-commit-config.yaml
!.ssh
# pre-commit
node_modules/
# symlinks, paws off
me.asc

View File

@ -10,7 +10,7 @@ default_language_version:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
@ -31,12 +31,12 @@ repos:
args: [--update-only]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
rev: "v3.0.3"
hooks:
- id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"
rev: "2.7.2"
hooks:
- id: editorconfig-checker
alias: ec