Skip to content

Commit

Permalink
Update linter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Apr 3, 2023
1 parent 74b9a4f commit 4ebca7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black

- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
args: [--max-line-length=88]

- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,16 @@ rst2pdf = ">=0.98"
xhtml2pdf = ">=0.2.5"

[tool.poetry.dev-dependencies]
black = "^22"
black = "^23"
flake8 = "^3.9"
flake8-black = "^0.3"
invoke = "^1.3"
invoke = "^2.0"
isort = "^5.4"
livereload = "^2.6"
markdown = "^3.2.2"
markdown = "^3.3"
pytest = "^6.0"
pytest-cov = "^2.8"
pytest-pythonpath = "^0.7.3"
pytest-sugar = "^0.9.4"
Werkzeug = "^1.0"
pytest-sugar = "^0.9.6"

[tool.poetry.extras]
markdown = ["markdown"]
Expand Down

0 comments on commit 4ebca7f

Please sign in to comment.