Skip to content

Commit aec2cf5

Browse files
committed
Update dependencies
```text .venv ❯ poetry update Updating dependencies Resolving dependencies... (11.6s) Writing lock file Package operations: 0 installs, 5 updates, 0 removals • Updating identify (2.2.2 -> 2.2.3) • Updating nodeenv (1.5.0 -> 1.6.0) • Updating typed-ast (1.4.2 -> 1.4.3) • Updating flake8 (3.9.0 -> 3.9.1) • Updating pre-commit (2.11.1 -> 2.12.1) .venv ❯ pre-commit autoupdate Updating https://github.com/psf/black ... already up to date. Updating https://github.com/pycqa/flake8 ... updating 3.9.0 -> 3.9.1. Updating https://github.com/pycqa/isort ... already up to date. Updating https://github.com/pre-commit/mirrors-mypy ... already up to date. Updating https://github.com/pre-commit/mirrors-prettier ... already up to date. Updating https://github.com/pre-commit/pre-commit-hooks ... already up to date. ```
1 parent 2615802 commit aec2cf5

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
hooks:
77
- id: black
88
- repo: https://github.com/pycqa/flake8
9-
rev: 3.9.0
9+
rev: 3.9.1
1010
hooks:
1111
- id: flake8
1212
args: [--max-line-length=88]

poetry.lock

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)