8000 [pre-commit.ci] pre-commit autoupdate (#310) · Linux4SA/pyscript@3dc90c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3dc90c4

Browse files
[pre-commit.ci] pre-commit autoupdate (pyscript#310)
updates: - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/pre-commit/mirrors-eslint: v8.4.0 → v8.15.0](pre-commit/mirrors-eslint@v8.4.0...v8.15.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6f18a66 commit 3dc90c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ repos:
3737
hooks:
3838
- id: codespell # See 'setup.cfg' for args
3939

40-
- repo: https://gitlab.com/pycqa/flake8
41-
rev: 3.9.2
40+
- repo: https://github.com/PyCQA/flake8
41+
rev: 4.0.1
4242
hooks:
4343
- id: flake8 # See 'setup.cfg' for args
4444
additional_dependencies: [flake8-bugbear, flake8-comprehensions]
@@ -64,7 +64,7 @@ repos:
6464
- --py310-plus
6565

6666
- repo: https://github.com/pre-commit/mirrors-eslint
67-
rev: v8.4.0
67+
rev: v8.15.0
6868
hooks:
6969
- id: eslint
7070
files: pyscriptjs/src/.*\.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)
0