We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d010915 commit 9d1bb63Copy full SHA for 9d1bb63
CHANGELOG.md
@@ -14,6 +14,21 @@ All notable changes to this project will be documented in this file. This projec
14
15
Nothing yet.
16
17
+## [1.16.2] - 2024-06-10
18
+
19
+### Fixed
20
21
+- Fixed two bugs in shebang validation that would result in ModuleNotFoundError when running check-munki-pkgsinfo hook.
22
23
+### Removed
24
25
+- Dropped Python 2 string instance validation. No further support will be provided for Python 2.
26
27
+### Changed
28
29
+- Added PyUpgrade hook to this repo's own pre-commit linting, in order to ensure modern Python syntax.
30
+- Don't specify `"r"` mode when using `open()`, as this is the default behavior.
31
32
## [1.16.1] - 2024-06-08
33
34
### Added
0 commit comments