Auto-typing-final

Latest version: v0.6.0

Safety actively analyzes 665909 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.5.1

What's Changed
* Handle mixing different styles (typing.Final, Final) and `import typing as ...` by vrslev in https://github.com/vrslev/auto-typing-final/pull/30
* Use itself by vrslev in https://github.com/vrslev/auto-typing-final/pull/31


**Full Changelog**: https://github.com/vrslev/auto-typing-final/compare/0.5.0...0.5.1

0.5.0

What's Changed
* Support `from typing import Final` style by vrslev in https://github.com/vrslev/auto-typing-final/pull/28

0.4.1

What's Changed
* Allow Python >=3.10 by vrslev in https://github.com/vrslev/auto-typing-final/pull/22

LSP

* Change diagnostic severity from error to warning by vrslev in https://github.com/vrslev/auto-typing-final/pull/23
* Fix duplicated import in Fix All by vrslev in https://github.com/vrslev/auto-typing-final/pull/25
* Refactor lsp.py by vrslev in https://github.com/vrslev/auto-typing-final/pull/26

0.4.0

What's Changed
* Bump ast-grep-py from 0.24.0 to 0.24.1 by dependabot in https://github.com/vrslev/auto-typing-final/pull/18
* Add LSP server by vrslev in https://github.com/vrslev/auto-typing-final/pull/19
* Add VS Code extension by vrslev in https://github.com/vrslev/auto-typing-final/pull/20

New Contributors
* dependabot made their first contribution in https://github.com/vrslev/auto-typing-final/pull/18

**Full Changelog**: https://github.com/vrslev/auto-typing-final/compare/0.3.1...0.4.0

0.3.1

What's Changed
* Write to file only if necessary by vrslev in https://github.com/vrslev/auto-typing-final/pull/17


**Full Changelog**: https://github.com/vrslev/auto-typing-final/compare/0.3.0...0.3.1

0.3.0

What's Changed
* Unpin uv by vrslev in https://github.com/vrslev/auto-typing-final/pull/3
* Improve tests by vrslev in https://github.com/vrslev/auto-typing-final/pull/4
* Detect definitions in list and tuple pattern of match statement by vrslev in https://github.com/vrslev/auto-typing-final/pull/5
* Remove (not ignore) typing.Final inside loops by vrslev in https://github.com/vrslev/auto-typing-final/pull/6
* Handle nonlocal and global by vrslev in https://github.com/vrslev/auto-typing-final/pull/7
* Allow typing.Final for assignment to name with the same name as funciton by vrslev in https://github.com/vrslev/auto-typing-final/pull/8
* Refactor a bit by vrslev in https://github.com/vrslev/auto-typing-final/pull/9
* Handle `import ...` statement by vrslev in https://github.com/vrslev/auto-typing-final/pull/10
* Import `typing` if annotation has been added and it is not imported yet & add `--check` to CLI & return 1 if changes have been made by vrslev in https://github.com/vrslev/auto-typing-final/pull/11
* Add tests that ensure attribute assignments are ignored by vrslev in https://github.com/vrslev/auto-typing-final/pull/12
* Improve path handling in CLI & fix applying changes when import is added by vrslev in https://github.com/vrslev/auto-typing-final/pull/13
* Ignore global variables to avoid confusion with the type aliases by vrslev in https://github.com/vrslev/auto-typing-final/pull/14
* Apply changes only if text actually changed by vrslev in https://github.com/vrslev/auto-typing-final/pull/15
* Print prettier diffs by vrslev in https://github.com/vrslev/auto-typing-final/pull/16


**Full Changelog**: https://github.com/vrslev/auto-typing-final/compare/0.2.0...0.3.0

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.