Skip to content

Commit

Permalink
Merge pull request #187 from gurkult/fix-lints
Browse files Browse the repository at this point in the history
fix lint, update isort
  • Loading branch information
gustavwilliam authored Feb 20, 2023
2 parents 9193e87 + 2e8c5cf commit 7089f3a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 67 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v4.4.0
hooks:
- id: check-merge-conflict
- id: check-toml
Expand All @@ -11,12 +11,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.5.1
rev: v1.10.0
hooks:
- id: python-check-blanket-noqa

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

Expand Down
87 changes: 25 additions & 62 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ flake8 = "^3.9.2"
flake8-annotations = "^2.6.2"
flake8-bugbear = "^21.4.3"
flake8-docstrings = "^1.6.0"
flake8-isort = "^4.1.1"
flake8-string-format = "^0.3.0"
flake8-todo = "^0.7"
isort = "^5.10.1"
isort = "^5.12.0"
black = "^21.6b0"
pep8-naming = "^0.11.1"
pre-commit = "^2.13.0"
Expand Down

0 comments on commit 7089f3a

Please sign in to comment.