Skip to content

Commit

Permalink
Merge pull request #47 from avallbona/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
avallbona authored Apr 21, 2024
2 parents 374098a + 35dc9eb commit e5b6338
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
repos:
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 24.4.0
hooks:
- id: black
exclude: .tox, venv
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
files: .+\.py$
exclude: .tox, venv
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
files: .+\.py$
exclude: .tox, venv, migrations
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: debug-statements
files: .+\.py$
1 change: 1 addition & 0 deletions impostor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Impostor."""

__version__ = "3.1.0"
__author__ = "Marko Samastur"
__email__ = "[email protected]"
Expand Down

0 comments on commit e5b6338

Please sign in to comment.