From 3854c35fcec24415fe1b0729eba3aee347e273e5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 10:53:35 +0000 Subject: [PATCH] [pre-commit.ci] (v0.1.3) pre-commit autoupdate (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0) - [github.com/psf/black: 21.12b0 → 22.1.0](https://github.com/psf/black/compare/21.12b0...22.1.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 * . Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Rikhil <23627977+rikhilrai@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- poetry.lock | 2 +- pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff18cf9..3a718a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-ast - id: check-builtin-literals @@ -41,12 +41,12 @@ repos: '--ignore-init-module-imports', ] - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 22.1.0 hooks: - id: black language_version: python3 args: ['--config', 'pyproject.toml'] - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 4.0.1 hooks: - id: flake8 diff --git a/poetry.lock b/poetry.lock index fcb853d..607b264 100644 --- a/poetry.lock +++ b/poetry.lock @@ -485,7 +485,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "a510c70e739ae89615dad3a26bf21c0bdb2a418f588598061673959c012fe03d" +content-hash = "35097a6a05d79dc9d1d2099d471f51015ca8beedfffdcb5ad5f615404475bbcb" [metadata.files] astroid = [ diff --git a/pyproject.toml b/pyproject.toml index 4fba532..8d2328c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "case-insensitive-dictionary" -version = "0.1.2" +version = "0.1.3" description = "Case Insensitive Dictionary" authors = ["rikhilrai"] license = "MIT" @@ -43,7 +43,7 @@ importlib-metadata = { version = "<4.3", python = "<3.8" } [tool.poetry.dev-dependencies] mypy = "^0.931" -black = "^22.1" +black = "^22.1.0" flake8 = "^4.0.1" isort = "^5.10.1" pre-commit = "^2.17.0"