From 6110eaddca409927d1810e9d449a9cd9f53f214a Mon Sep 17 00:00:00 2001 From: Martin Moss Date: Thu, 3 Nov 2022 10:46:41 +0000 Subject: [PATCH] update pre-commits and bump version --- .pre-commit-config.yaml | 14 +++++++------- setup.py | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 814feed..bedb493 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.3.0 hooks: - id: check-added-large-files # - id: check-docstring-first @@ -29,32 +29,32 @@ repos: - id: requirements-txt-fixer args: [requirements-dev.txt] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.0 + rev: v1.28.0 hooks: - id: yamllint - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.10.1 hooks: - id: isort name: isort (python) - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.10.0 hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ exclude: .+\/migrations.*\.py$ args: [-t, py37, -l, "119"] - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 + rev: 3.9.2 hooks: - id: flake8 exclude: .+\/migrations.*\.py$ - repo: https://github.com/martyzz1/pre-commit-hooks - rev: v1.1 + rev: v1.8 hooks: - id: prepend-branch-name - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.5 + rev: 3.0.0 hooks: - id: shellcheck - repo: https://github.com/Lucas-C/pre-commit-hooks-markup diff --git a/setup.py b/setup.py index 3cfaab3..9ba1b7b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="gitfeatures", - version="0.1.0", + version="0.1.1", packages=["gitfeatures"], license="MIT", long_description=long_description,