Skip to content

Commit 2002b6e

Browse files
ad support for collections.abc types
1 parent 7e86f74 commit 2002b6e

File tree

67 files changed

+5197
-25187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+5197
-25187
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tasks:
3333
desc: Runs the linter (ruff)
3434
silent: true
3535
cmds:
36-
- ruff check pedantic tests
36+
- ruff check pedantic tests {{.CLI_ARGS}}
3737

3838
lint-fix:
3939
desc: Runs the linter and fixes all fixable errors automatically

docs/pedantic.html

Lines changed: 4962 additions & 213 deletions
Large diffs are not rendered by default.

docs/pedantic/constants.html

Lines changed: 0 additions & 399 deletions
This file was deleted.

docs/pedantic/decorators.html

Lines changed: 0 additions & 263 deletions
This file was deleted.

docs/pedantic/decorators/class_decorators.html

Lines changed: 0 additions & 475 deletions
This file was deleted.

docs/pedantic/decorators/cls_deco_frozen_dataclass.html

Lines changed: 0 additions & 618 deletions
This file was deleted.

docs/pedantic/decorators/fn_deco_context_manager.html

Lines changed: 0 additions & 594 deletions
This file was deleted.

docs/pedantic/decorators/fn_deco_deprecated.html

Lines changed: 0 additions & 352 deletions
This file was deleted.

docs/pedantic/decorators/fn_deco_in_subprocess.html

Lines changed: 0 additions & 601 deletions
This file was deleted.

0 commit comments

Comments
 (0)