Skip to content

Commit

Permalink
Merge pull request #53 from ikalnytskyi/pre-commit-config
Browse files Browse the repository at this point in the history
Bump pre-commit hooks versions
  • Loading branch information
ikalnytskyi authored Jan 29, 2022
2 parents 3099d75 + f3c303f commit 85f8cd8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort
args: [--profile=black, --filter-files]
Expand All @@ -11,21 +11,21 @@ repos:
files: tests/

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.12b0
hooks:
- id: black

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
args: [--max-line-length=99]
args: ["--max-line-length=99", "--extend-ignore=E203"]
additional_dependencies:
- flake8-bugbear
- flake8-implicit-str-concat

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-yaml
- id: check-case-conflict
Expand Down

0 comments on commit 85f8cd8

Please sign in to comment.