We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd35a4 commit 2569733Copy full SHA for 2569733
.pre-commit-config.yaml
@@ -1,18 +1,18 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
8
- id: mixed-line-ending
9
- repo: "https://github.com/ambv/black"
10
- rev: 24.8.0
+ rev: 24.10.0
11
12
- id: black-jupyter
13
language_version: python3
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: "v0.6.8"
+ rev: "v0.6.9"
16
17
- id: ruff
18
args: ["--fix"]
0 commit comments