Skip to content

Commit

Permalink
Merge pull request #62 from brootware/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
brootware committed Jul 24, 2022
2 parents 7004e30 + f3f3180 commit 6d9b3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pyredactkit"
version = "0.3.6"
version = "0.3.7"
description = "Python cli tool to redact sensitive data"
authors = ["brootware <brootware@outlook.com>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion pyredactkit/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Identifier:
"type": ("ip", "ipv4")
},
{
"pattern": r'((?:(?:\\d{4}[- ]?){3}\\d{4}|\\d{15,16}))(?![\\d])',
"pattern": '((?:(?:\\d{4}[- ]?){3}\\d{4}|\\d{15,16}))(?![\\d])',
"type": ("cc", "creditcard")
},
{
Expand Down

0 comments on commit 6d9b3ed

Please sign in to comment.