Skip to content

Commit

Permalink
Update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Nov 17, 2021
1 parent aa0a558 commit f3749b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 21.10b0
rev: 21.11b0
hooks:
- id: black

Expand All @@ -35,7 +35,7 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.29.1
hooks:
- id: pyupgrade
args: [--py36-plus]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ typogrify = "^2.0.7"
markdown = {version = ">=3.2", optional = true}

[tool.poetry.dev-dependencies]
black = {version = "^21.4b0", allow-prereleases = true}
black = {version = "^21.11b0", allow-prereleases = true}
flake8 = "^4.0"
flake8-black = "^0.2"
invoke = "^1.3"
Expand Down

0 comments on commit f3749b7

Please sign in to comment.