Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
wsanchez committed Oct 1, 2024
1 parent ec894b5 commit 6a71bbb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ ci:
repos:

- repo: https://github.com/asottile/pyupgrade
rev: "v3.16.0"
rev: "v3.17.0"
hooks:
- id: pyupgrade
args: ["--py312-plus"]

- repo: https://github.com/psf/black
rev: "24.4.2"
rev: "24.8.0"
hooks:
- id: black
args: ["--target-version", "py312"]
Expand All @@ -28,16 +28,16 @@ repos:
- --remove-unused-variables

- repo: https://github.com/PyCQA/flake8
rev: "7.0.0"
rev: "7.1.1"
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==24.1.16
- flake8-bugbear==24.8.19
- flake8-docstrings==1.7.0
- flake8-mutable==1.2.0
- flake8-pep3101==2.1.0
- pep8-naming==0.13.3
- pycodestyle==2.11.1
- pep8-naming==0.14.1
- pycodestyle==2.12.1
- pydocstyle==6.3.0
- pyflakes==3.2.0

Expand All @@ -46,12 +46,12 @@ repos:
hooks:
- id: yesqa
additional_dependencies:
- flake8-bugbear==24.1.16
- flake8-bugbear==24.8.19
- flake8-docstrings==1.7.0
- flake8-mutable==1.2.0
- flake8-pep3101==2.1.0
- pep8-naming==0.13.3
- pycodestyle==2.11.1
- pep8-naming==0.14.1
- pycodestyle==2.12.1
- pydocstyle==6.3.0
- pyflakes==3.2.0

Expand Down

0 comments on commit 6a71bbb

Please sign in to comment.