[go: nahoru, domu]

Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.2 → 2.7.3](editorconfig-checker/editorconfig-checker.python@2.7.2...2.7.3)
- [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0)
- [github.com/jendrikseipp/vulture: v2.9.1 → v2.10](jendrikseipp/vulture@v2.9.1...v2.10)
  • Loading branch information
pre-commit-ci[bot] committed Oct 16, 2023
1 parent 5d9cc7e commit 4eaf423
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 @@ -2,12 +2,12 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: '2.7.2'
rev: '2.7.3'
hooks:
- id: editorconfig-checker
alias: ec
Expand All @@ -25,11 +25,11 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/jendrikseipp/vulture
rev: 'v2.9.1'
rev: 'v2.10'
hooks:
- id: vulture

0 comments on commit 4eaf423

Please sign in to comment.