Skip to content

Tags: best-doctor/pre-commit-hooks

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #23 from best-doctor/BANG-899

Add 3.14 support

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #24 from best-doctor/BANG-899-fix-py314-2.0.2

BANG-899: Fix hooks for removed ast nodes in 3.14

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #22 from best-doctor/BANG-899-fix-ast-arg-2.0.1

BANG-899: Fix ast.arg lineno in complexity hook

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #21 from best-doctor/BANG-899

BANG-899: Update python versions

v1.0.11

Toggle v1.0.11's commit message
BANG-82: update pytest version

v1.0.10

Toggle v1.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes in validate_api_schema_annotations (#17)

* Fix finding classdef attributes with annotation

* Fix SerializerMethodField check

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
BANG-42: add await support for expression complexity validator (#16)

* BANG-42: add await support for expression complexity validator

* BANG-42: remove duplicate await handler

Co-authored-by: Mike Koltsov <mikekoltsov@MacBook-Pro-Admin.local>

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ENG-852: Fix null comments validator (#15)

* ENG-852: Fix null comments validation

* BANG-100500: Add missing autopep8

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
BANG-127: add validate_django_deprecated_model_field_comments hook (#14)

* ENG-1175: add walrus operator to expr-complexity hook

* ENG-1175: bump mypy version to 0.812

* BANG-127: add validate_django_deprecated_model_field_comments hook

* Update README.md

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow annotated definitions in get_classdef_assignments (#13)

* Allow annotated definitions in get_classdef_assignments

* Fix type

* Move type to proper place