Skip to content

Commit bebdc60

Browse files
committed
v 1.0.29
1 parent 597dbbd commit bebdc60

File tree

147 files changed

+162
-48609
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+162
-48609
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/pylint.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
repos:
2-
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.5.0
44
hooks:
5-
- id: check-yaml
6-
- id: end-of-file-fixer
7-
- id: trailing-whitespace
8-
- repo: https://github.com/psf/black
9-
rev: 22.10.0
5+
- id: trailing-whitespace
6+
- id: end-of-file-fixer
7+
- id: check-docstring-first
8+
- id: check-json
9+
- id: check-yaml
10+
- id: debug-statements
11+
- id: mixed-line-ending
12+
- repo: https://github.com/asottile/pyupgrade
13+
rev: v3.15.1
1014
hooks:
11-
- id: black
12-
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
# Ruff version.
14-
rev: v0.0.286
15-
hooks:
16-
- id: ruff
15+
- id: pyupgrade
16+
args:
17+
- '--py38-plus'
18+
- repo: https://github.com/kynan/nbstripout
19+
rev: 0.7.1
20+
hooks:
21+
- id: nbstripout
22+
args: ['--extra-keys', 'metadata.kernelspec cell.metadata.pycharm cell.metadata.tags']
23+
- repo: https://github.com/charliermarsh/ruff-pre-commit
24+
rev: 'v0.2.2'
25+
hooks:
26+
- id: ruff
27+
args: ['--fix']
28+
- repo: https://github.com/psf/black
29+
rev: 24.2.0
30+
hooks:
31+
- id: black
32+
- id: black-jupyter

0 commit comments

Comments
 (0)