diff options
author | 2022-05-10 20:47:51 +0400 | |
---|---|---|
committer | 2022-05-10 20:47:51 +0400 | |
commit | cb203ccd48c621e8ac10196cafca6e00418985fe (patch) | |
tree | 86384dda2e1d8c5b3a33057d64808cc6ccb93600 | |
parent | Merge pull request #71 from python-discord/dependabot/pip/pytest-7.1.2 (diff) | |
parent | Update Pre-Commit Hooks (diff) |
Merge pull request #73 from python-discord/dependabot/pip/pre-commit-2.19.0
Bump pre-commit from 2.18.1 to 2.19.0
-rw-r--r-- | .pre-commit-config.yaml | 4 | ||||
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b31ac13..b959f1f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v4.2.0 hooks: - id: check-merge-conflict - id: check-toml @@ -10,7 +10,7 @@ repos: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.5.1 + rev: v1.9.0 hooks: - id: python-check-blanket-noqa - repo: local diff --git a/poetry.lock b/poetry.lock index 044fe2be..1a02d372 100644 --- a/poetry.lock +++ b/poetry.lock @@ -577,7 +577,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.18.1" +version = "2.19.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -1059,7 +1059,7 @@ async-rediscache = ["async-rediscache"] [metadata] lock-version = "1.1" python-versions = "3.9.*" -content-hash = "2485fc9bfa058e01233c8d71f749536a5b6781fd2f519ae61a4c3393db13ec41" +content-hash = "646b06a4775906fdf2de72a28a0e9b473a1246aaeb346f44385755a14068c7c4" [metadata.files] aiohttp = [ @@ -1588,8 +1588,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {file = "pre_commit-2.18.1-py2.py3-none-any.whl", hash = "sha256:02226e69564ebca1a070bd1f046af866aa1c318dbc430027c50ab832ed2b73f2"}, - {file = "pre_commit-2.18.1.tar.gz", hash = "sha256:5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10"}, + {file = "pre_commit-2.19.0-py2.py3-none-any.whl", hash = "sha256:10c62741aa5704faea2ad69cb550ca78082efe5697d6f04e5710c3c229afdd10"}, + {file = "pre_commit-2.19.0.tar.gz", hash = "sha256:4233a1e38621c87d9dda9808c6606d7e7ba0e087cd56d3fe03202a01d2919615"}, ] psutil = [ {file = "psutil-5.9.0-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:55ce319452e3d139e25d6c3f85a1acf12d1607ddedea5e35fb47a552c051161b"}, diff --git a/pyproject.toml b/pyproject.toml index bc615790..e36a148f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ flake8-string-format = "0.3.0" flake8-tidy-imports = "4.6.0" flake8-todo = "0.7" pep8-naming = "0.12.1" -pre-commit = "2.18.1" +pre-commit = "2.19.0" taskipy = "1.10.1" python-dotenv = "0.20.0" pytest = "7.1.2" |