Skip to content

Commit

Permalink
Issue #418: update pre-commit configs and format all files
Browse files Browse the repository at this point in the history
  • Loading branch information
mathpluscode committed Sep 20, 2020
1 parent a84c801 commit 102d407
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v3.2.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -10,23 +10,19 @@ repos:
hooks:
- id: seed-isort-config
- repo: https://github.com/timothycrosley/isort
rev: 4.3.21
rev: 5.5.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 19.3b0
rev: 20.8b1
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/prettier/prettier
rev: 2.0.5
rev: 2.1.2
hooks:
- id: prettier
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8
# - repo: https://github.com/pre-commit/mirrors-pylint
# rev: v2.3.1
# hooks:
# - id: pylint
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"printWidth": 88,
"proseWrap": "always",
"useTabs": false,
"tabWidth": 2,
"tabWidth": 2
}

0 comments on commit 102d407

Please sign in to comment.