Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 3343d2f

Browse files
committed
Bump dependencies
1 parent 3436654 commit 3343d2f

File tree

5 files changed

+274
-260
lines changed

5 files changed

+274
-260
lines changed

.flake8

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ ignore=
1717
ANN002,ANN003,ANN101,ANN102,ANN204,ANN206,
1818
# pep8-naming
1919
N802,N806,N815,
20-
# Bugbear
21-
B008, # Clashes with Typer's method for providing optional parameters
2220
exclude=
2321
__pycache__,.cache,
2422
venv,.venv,
23+
extend-immutable-calls =
24+
# Typer CLI
25+
typer.Option, typer.Argument,

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 22.3.0
6+
rev: 22.8.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
@@ -12,7 +12,7 @@ repos:
1212
- id: isort
1313
name: isort
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.2.0
15+
rev: v4.3.0
1616
hooks:
1717
- id: check-merge-conflict
1818
- id: check-toml

0 commit comments

Comments
 (0)