Skip to content

Commit

Permalink
Merge pull request #127 from umitkacar/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
ci(pre-commit.ci): ⬆ pre-commit autoupdate
  • Loading branch information
onuralpszr authored Jul 9, 2024
2 parents bd58bf7 + 6c0f8b8 commit f0d3697
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args:
- --py3-plus
- --keep-runtime-typing
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.5.1
hooks:
- id: ruff
args:
Expand All @@ -36,11 +36,11 @@ repos:
name: isort (pyi)
types: [pyi]
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
rev: 1.7.9
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand Down

0 comments on commit f0d3697

Please sign in to comment.