Skip to content

Commit

Permalink
build: updated deps (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankanno authored Oct 15, 2023
1 parent 99d57b3 commit 4917bf5
Show file tree
Hide file tree
Showing 3 changed files with 574 additions and 543 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: debug-statements
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.6.0
hooks:
- id: mypy
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [flake8-blind-except, flake8-bugbear, flake8-comprehensions,
flake8-debugger, flake8-docstrings, flake8-isort, flake8-polyfill,
flake8-pytest, flake8-quotes, yesqa]
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.15.0
hooks:
- id: pyupgrade
- repo: https://github.com/python/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
args: [--safe, --quiet, --config, 'pyproject.toml']
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.3.0]
additional_dependencies: [black==23.9.1]
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
Expand Down Expand Up @@ -65,10 +65,10 @@ repos:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/crate-ci/typos
rev: v1.14.11
rev: v1.16.19
hooks:
- id: typos
- repo: https://github.com/jendrikseipp/vulture
rev: 'v2.7'
rev: 'v2.10'
hooks:
- id: vulture
Loading

0 comments on commit 4917bf5

Please sign in to comment.