summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-31 19:23:30 +0100
committerGitHub <noreply@github.com>2022-10-31 19:23:30 +0100
commit0d25330f44c1ac7b9565045693dc4572c08618b8 (patch)
tree133643c1b6849852bf9c5c387ad18c44fdb29838 /.pre-commit-config.yaml
parent3fdbb783cbcf86e826bc9baf6e42319f59213669 (diff)
downloadastroid-git-0d25330f44c1ac7b9565045693dc4572c08618b8.tar.gz
Bump flake8-typing-imports from 1.13.0 to 1.14.0 (#1858)
* Bump flake8-typing-imports from 1.13.0 to 1.14.0 Bumps [flake8-typing-imports](https://github.com/asottile/flake8-typing-imports) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/asottile/flake8-typing-imports/releases) - [Commits](https://github.com/asottile/flake8-typing-imports/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: flake8-typing-imports dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * pre-commit update too Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1f190b16..00944019 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -54,7 +54,7 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- [flake8-bugbear==22.3.23, flake8-typing-imports==1.12.0]
+ [flake8-bugbear==22.3.23, flake8-typing-imports==1.14.0]
exclude: tests/testdata|doc/conf.py
- repo: local
hooks: