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/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2)
- [github.com/rhysd/actionlint: v1.6.23 → v1.6.24](rhysd/actionlint@v1.6.23...v1.6.24)
  • Loading branch information
pre-commit-ci[bot] authored May 1, 2023
1 parent bce4241 commit 7a74d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '23.1.0'
rev: '23.3.0'
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand All @@ -39,7 +39,7 @@ repos:
docs/spelling_wordlist.txt|
.gitignore
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.3.1'
rev: 'v3.3.2'
hooks:
- id: pyupgrade
args: ['--py36-plus']
Expand All @@ -49,7 +49,7 @@ repos:
- id: flake8
exclude: "^docs/"
- repo: https://github.com/rhysd/actionlint
rev: v1.6.23
rev: v1.6.24
hooks:
- id: actionlint-docker
args: ["-ignore", "SC2155:", "-ignore", "SC2086:", "-ignore", "SC1004:"]
Expand Down

0 comments on commit 7a74d03

Please sign in to comment.