Skip to content

Commit

Permalink
loosen python requirements, update questionary to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Aug 13, 2023
1 parent ec4e23a commit 67e81c2
Show file tree
Hide file tree
Showing 3 changed files with 658 additions and 627 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.0.270"
rev: "v0.0.284"
hooks:
- id: ruff
args: []
exclude: ^(belay/snippets/)

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
args:
Expand All @@ -20,7 +20,7 @@ repos:
exclude: ^(belay/snippets/)

- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.15.0
hooks:
- id: blacken-docs
exclude: ^(docs/source/How Belay Works.rst)
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
exclude: \.(html|svg)$

- repo: https://github.com/fredrikaverpil/creosote.git
rev: v2.6.1
rev: v2.6.3
hooks:
- id: creosote
args:
Expand All @@ -63,7 +63,7 @@ repos:
- "--sections=tool.poetry.dependencies"

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
exclude: ^(poetry.lock)
Expand Down
Loading

0 comments on commit 67e81c2

Please sign in to comment.