Skip to content

Commit a9f2d26

Browse files
committed
Merge branch 'main' into next-major
2 parents 927bc6c + c0e075b commit a9f2d26

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ repos:
77
hooks:
88
- id: prettier
99
- repo: https://github.com/codespell-project/codespell
10-
rev: v2.3.0
10+
rev: v2.4.1
1111
hooks:
1212
- id: codespell
1313
args: ["--ignore-words=codespell.txt"]
1414
exclude: 'codespell.txt|\.svg$'
1515
- repo: https://github.com/psf/black
16-
rev: 24.10.0
16+
rev: 25.1.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 7.1.1
20+
rev: 7.1.2
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.13.2
24+
rev: 6.0.0
2525
hooks:
2626
- id: isort
2727
args: ["--settings-path=pyproject.toml"]
@@ -33,7 +33,7 @@ repos:
3333
language: script
3434
types: [python]
3535
- repo: https://github.com/PyCQA/bandit
36-
rev: 1.8.0
36+
rev: 1.8.3
3737
hooks:
3838
- id: bandit
3939
args: ["-ll"]
@@ -61,7 +61,7 @@ repos:
6161
- id: check-merge-conflict
6262
- id: debug-statements
6363
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
64-
rev: v9.19.0
64+
rev: v9.21.0
6565
hooks:
6666
- id: commitlint
6767
stages: [commit-msg]

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.2.2](https://github.com/FullStackWithLawrence/secure-logger/compare/v0.2.1...v0.2.2) (2025-02-21)
2+
3+
### Bug Fixes
4+
5+
- ensure args is not empty before trying to read it. ([9a38369](https://github.com/FullStackWithLawrence/secure-logger/commit/9a38369a682538259cc5967518cce2305d583652))
6+
17
# Change Log
28

39
## [0.2.0](https://github.com/FullStackWithLawrence/secure-logger/compare/v0.1.18...v0.2.0) (2023-12-09)

codespell.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
OCE
2+
THIRDPARTY

0 commit comments

Comments
 (0)