Skip to content

Commit 2b1774a

Browse files
[pre-commit.ci] pre-commit autoupdate (#52)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.10.0 → 23.1.0](psf/black@22.10.0...23.1.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.0](pre-commit/mirrors-mypy@v0.991...v1.0.0) - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1) - [github.com/john-hen/Flake8-pyproject: 1.2.1 → 1.2.2](john-hen/Flake8-pyproject@1.2.1...1.2.2) - [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.21.0](python-jsonschema/check-jsonschema@0.19.2...0.21.0) * [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 b2ae1ce commit 2b1774a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,39 +16,39 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/psf/black
19-
rev: 22.10.0
19+
rev: 23.1.0
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.10.1
24+
rev: 5.12.0
2525
hooks:
2626
- id: isort
2727
args: ["--profile", "black"]
2828
files: \.py$
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v0.991
31+
rev: v1.0.0
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: [types-requests]
3535

3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.2.2
37+
rev: v3.3.1
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py37-plus]
4141

4242
- repo: https://github.com/john-hen/Flake8-pyproject
43-
rev: 1.2.1
43+
rev: 1.2.2
4444
hooks:
4545
- id: Flake8-pyproject
4646
alias: flake8
4747
additional_dependencies:
4848
["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
4949

5050
- repo: https://github.com/python-jsonschema/check-jsonschema
51-
rev: 0.19.2
51+
rev: 0.21.0
5252
hooks:
5353
- id: check-github-workflows
5454
stages: [manual]

jupyter_server_fileid/extension.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77

88
class FileIdExtension(ExtensionApp):
9-
109
name = "jupyter_server_fileid"
1110

1211
file_id_manager_class = Type(

0 commit comments

Comments
 (0)