Skip to content

Commit

Permalink
update pre-commits and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
martyzz1 committed Nov 3, 2022
1 parent 04400b7 commit 6110ead
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="gitfeatures",
version="0.1.0",
version="0.1.1",
packages=["gitfeatures"],
license="MIT",
long_description=long_description,
Expand Down

0 comments on commit 6110ead

Please sign in to comment.