Skip to content

Commit

Permalink
Merge pull request #57 from snok/sondrelg/1.1.2
Browse files Browse the repository at this point in the history
Bump patch version
  • Loading branch information
sondrelg authored Jan 2, 2022
2 parents f8c0870 + d7379d0 commit f886293
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 44 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: black
args: [ "--quiet" ]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-ast
- id: check-added-large-files
Expand Down Expand Up @@ -36,7 +36,7 @@ repos:
'flake8-type-checking',
]
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.31.0
hooks:
- id: pyupgrade
args: [ "--py36-plus", "--py37-plus",'--keep-runtime-typing' ]
Expand All @@ -45,7 +45,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v0.930
hooks:
- id: mypy
additional_dependencies: [ pytest ]
63 changes: 23 additions & 40 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'flake8-type-checking'
version = "1.1.1"
version = "1.1.2"
description = 'A flake8 plugin for managing type-checking imports & forward references'
homepage = 'https://github.com/snok'
repository = 'https://github.com/sondrelg/flake8-type-checking'
Expand Down

0 comments on commit f886293

Please sign in to comment.