Skip to content

Commit

Permalink
[pre-commit.ci] (v0.1.3) pre-commit autoupdate (#8)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
- [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0)
- https://gitlab.com/pycqa/flake8https://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>
  • Loading branch information
pre-commit-ci[bot] and rikhilrai committed Feb 2, 2022
1 parent bdb4863 commit 3854c35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 2 additions & 2 deletions 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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3854c35

Please sign in to comment.