Skip to content

Commit 6d9b3ed

Browse files
authored
Merge pull request #62 from brootware/dev
Dev
2 parents 7004e30 + f3f3180 commit 6d9b3ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pyredactkit"
7-
version = "0.3.6"
7+
version = "0.3.7"
88
description = "Python cli tool to redact sensitive data"
99
authors = ["brootware <[email protected]>"]
1010
license = "GPL-3.0-or-later"

pyredactkit/identifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Identifier:
2525
"type": ("ip", "ipv4")
2626
},
2727
{
28-
"pattern": r'((?:(?:\\d{4}[- ]?){3}\\d{4}|\\d{15,16}))(?![\\d])',
28+
"pattern": '((?:(?:\\d{4}[- ]?){3}\\d{4}|\\d{15,16}))(?![\\d])',
2929
"type": ("cc", "creditcard")
3030
},
3131
{

0 commit comments

Comments
 (0)