Skip to content

Commit b6c3a67

Browse files
[pre-commit.ci] pre-commit autoupdate (#214)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ffbc6c8 commit b6c3a67

16 files changed

Lines changed: 1866 additions & 1861 deletions

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ repos:
1818
- id: isort
1919
args: [--profile, black, --filter-files]
2020
- repo: https://github.com/PyCQA/autoflake
21-
rev: v2.2.1
21+
rev: v2.3.1
2222
hooks:
2323
- id: autoflake
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.15.0
25+
rev: v3.15.2
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py38-plus]
2929
- repo: https://github.com/psf/black
30-
rev: 23.12.1
30+
rev: 24.3.0
3131
hooks:
3232
- id: black
3333
language_version: python3 # Should be a command that runs python3.6+
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 6.1.0
35+
rev: 7.0.0
3636
hooks:
3737
- id: flake8
3838
args: [--count, --show-source, --statistics]
@@ -63,6 +63,6 @@ repos:
6363
hooks:
6464
- id: setup-cfg-fmt
6565
- repo: https://github.com/kynan/nbstripout
66-
rev: 0.6.1
66+
rev: 0.7.1
6767
hooks:
6868
- id: nbstripout

0 commit comments

Comments
 (0)