Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Nov 7, 2023
1 parent a9ed7ea commit 543997c
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 319 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

env:
PYTHON_VERSION: '3.11'
PRECOMMIT_VERSION: '3.2.2'
PRECOMMIT_VERSION: '3.5.0'

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

env:
PYTHON_VERSION: '3.11'
POETRY_VERSION: '1.3.2'
POETRY_VERSION: '1.7.0'

jobs:
test:
Expand Down
12 changes: 4 additions & 8 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: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -9,17 +9,13 @@ repos:
- id: check-json

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.275
rev: v0.1.4
hooks:
- id: ruff

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.6.1
hooks:
- id: mypy
args: []
Expand Down
Loading

0 comments on commit 543997c

Please sign in to comment.