Skip to content

Commit

Permalink
Update deps (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews authored Nov 30, 2022
1 parent 96f7f7b commit e4c1b6a
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 117 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -33,7 +33,7 @@ repos:
- pep8-naming

- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.2.3
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -55,14 +55,14 @@ repos:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.990
rev: v0.991
hooks:
- id: mypy
additional_dependencies:
- types-requests

- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: *flake8_deps
Expand All @@ -75,15 +75,15 @@ repos:
additional_dependencies:
- bandit[toml] # python_version < "3.11"

- repo: https://github.com/python-poetry/poetry
rev: 1.2.2
hooks:
- id: poetry-check
- id: poetry-lock
args: [--check]
# - repo: https://github.com/python-poetry/poetry
# rev: 1.2.2
# hooks:
# - id: poetry-check
# - id: poetry-lock
# args: [--check]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.18.4
rev: 0.19.2
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down
Loading

0 comments on commit e4c1b6a

Please sign in to comment.