We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c5d21 commit e4248fcCopy full SHA for e4248fc
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autoupdate_schedule: "quarterly"
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: '23.7.0'
+ rev: '24.3.0'
6
hooks:
7
- id: black
8
args: [--preview]
@@ -13,13 +13,13 @@ repos:
13
language_version: python3.8
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: 'v0.0.282' # Use the sha / tag you want to point at
+ rev: 'v0.3.5' # Use the sha / tag you want to point at
17
18
- id: ruff
19
args: [--fix]
20
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v4.4.0
+ rev: v4.5.0
23
24
- id: end-of-file-fixer
25
- id: trailing-whitespace
0 commit comments