Skip to content

Commit

Permalink
Merge 11163d3 into a79186a
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Jul 7, 2020
2 parents a79186a + 11163d3 commit 845c7f7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -11,18 +11,18 @@ repos:
]

- repo: https://github.com/asottile/pyupgrade
rev: v2.6.1
rev: v2.6.2
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/asottile/seed-isort-config
rev: v2.1.0
rev: v2.2.0
hooks:
- id: seed-isort-config

- repo: https://github.com/timothycrosley/isort
rev: 4.3.21
rev: 5.0.4
hooks:
- id: isort
additional_dependencies: [toml]
Expand All @@ -34,7 +34,7 @@ repos:
- id: black

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.1.0
rev: v7.4.0
hooks:
- id: eslint
files: \.(ts|vue)$
Expand Down
16 changes: 7 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions pyproject.toml
Expand Up @@ -33,7 +33,7 @@ autopep8 = "^1.5.1"
black = "^19.10b0"
coveralls = "^2.0.0"
flake8 = "^3.7.9"
isort = "^4.3.21"
isort = "^5.0.4"
mypy = "^0.770"
pre-commit = "^2.2.0"
pytest = "^5.4.1"
Expand All @@ -42,10 +42,9 @@ pytest-cov = "^2.8.1"
pytest-mock = "^3.1.0"
pytest-randomly = "^3.3.1"
pytest-timeout = "^1.3.4"
pyupgrade = "^2.6.1"
pyupgrade = "^2.6.2"
respx = "^0.11.1"
seed-isort-config = "^2.1.0"

seed-isort-config = "^2.2.0"

[tool.isort]
force_grid_wrap = 0
Expand Down

0 comments on commit 845c7f7

Please sign in to comment.