Skip to content

Commit

Permalink
Upgrade all pre-commit plugins except black. (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsayellow committed Jan 24, 2021
1 parent 9bab569 commit bb1b58b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -6,14 +6,14 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.4.0
hooks:
- id: end-of-file-fixer
- id: check-added-large-files
#- id: trailing-whitespace
#- id: check-yaml
- repo: https://github.com/timothycrosley/isort
rev: 5.4.2
rev: 5.7.0
hooks:
- id: isort
args: ['--profile','black']
Expand All @@ -22,13 +22,13 @@ repos:
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
rev: 3.8.4
hooks:
- id: flake8
additional_dependencies: [
'flake8-bugbear==20.1.4'
'flake8-bugbear==20.11.1'
]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.782
rev: v0.800
hooks:
- id: mypy

0 comments on commit bb1b58b

Please sign in to comment.