Skip to content

Commit

Permalink
Rev 698: Update excluded tags regex
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer01 committed Oct 19, 2024
1 parent d7b5823 commit d8218ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app_re_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
r'p(?:an(?:ders?|sion)|ecting|l(?:ici?te?|o(?:d(?:e[ds]|ing)|si(?:on|ves?)))|os[eiu][a-z]{1,3})|t(?:asy|ras?))|' # ex
r'y(?:e(?:_.+?|b(?:a(?:gs?|lls?)|rows?)|l(?:ash(?:es)?|ess|i(?:ds?|ner))|m(?:ask|ist)|patch|roll|' # e
r's(?:_.+?|cars?|hadows?|talks|wear)?|wear)))|' # eye
r'f(?:a(?:bric|c(?:e(?:_.+?|d|fu.+?|job|less|mask|off|pa(?:int|lm)|s)?|i(?:al|ng)|tory)|d(?:e(?:_(?:in|out)|d|s)?|ing)|' # f
r'f(?:a(?:bric|c(?:e(?:_.+?|d|fu.+?|job|less|mask|off|pa(?:int|lm)|s)?|i(?:al|ng(?:_up)?)|tory)|d(?:e(?:_(?:in|out)|d|s)?|ing)|' # f
r'i(?:l(?:ed|ure)|nt(?:ed|ing)?|r(?:_.+?|ies|y)|th)|k(?:e(?:_.+?|d|r|s)?|ing)|' # fa
r'l(?:co(?:m|n(?:id|s)?)|l(?:_.+?|ing|out(?:_?\d)?)?)|m(?:e|ily)|' # fa
r'n(?:_.+?|art|c(?:omi[cx]|y)|g(?:_.+?|ame|s(?:_.+?)?)?|made|ning|tasy)|p(?:_ceo|p(?:ing)?|s)?|rm(?:_girl|ers?|girl|ing)?|' # fa
Expand Down
4 changes: 2 additions & 2 deletions src/app_revision.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
APP_NAME = 'Ruxx'
APP_VER_MAJOR = '1'
APP_VER_SUB = '6'
APP_REVISION = '697'
APP_REVISION = '698'
APP_IS_BETA = False
APP_IS_BETA_TEXT = 'b' * APP_IS_BETA
APP_REV_DATE = '18 Oct 2024'
APP_REV_DATE = '19 Oct 2024'
APP_VERSION = f'{APP_VER_MAJOR}.{APP_VER_SUB} r{APP_REVISION}{APP_IS_BETA_TEXT}'

#
Expand Down

0 comments on commit d8218ea

Please sign in to comment.