Skip to content

Commit

Permalink
Update regex_filters.py
Browse files Browse the repository at this point in the history
re add air plan approvals
  • Loading branch information
mfebrizio committed Jun 28, 2024
1 parent 82f180a commit 54aa0e0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions regdigest/regex_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
r"^Accreditation\sand\sApproval\sof",
r"^Administrative\sDeclaration",
r"^Agency\sForms",
r"^Airworthiness\sCriteria",
r"^Airworthiness\sDirectives",
r"^air\splan\s(?:dis)?approval",
r"^Airworthiness\s(?:Criteria|Directive[s]?)",
r"^amendment\sof\sv(?:ery|or|(?:.\d+))\b",
r"^Announcement",
r"^Application\sfor\sRenewal\sof\sAuthorization\sto\sExport\sElectric\sEnergy",
Expand Down Expand Up @@ -59,6 +59,7 @@
r"^Self-Regulatory\sOrganizations",
r"^Standard\sInstrument\sApproach\sProcedures[^\w\s]?\sand\sTakeoff\sMinimums",
r"^Submission\sfor\sOffice\sof\sManagement\sand\sBudget",
r"^Submission\sfor\sOMB\sReview",
r"^Submission\sfor\sReview",
r"^Television\sBroadcasting\sServices",
r"^Environmental\sManagement\sSite-Specific\sAdvisory\sBoard",
Expand Down Expand Up @@ -100,7 +101,7 @@
r"Month[^\w\s]?\s202",
r"Notice\sof\s(?:Application|Authorization|Funding)",
r"Notice\sof\sAvailability\sof.*Environmental\sAssessment",
r"Notice\sof\sClosed\sMeeting",
r"Notice\sof\sClosed\sMeeting[s]?",
r"Notice\sof\sIntent\sTo\sFile\sLicense\sApplication",
r"Notice\sof\sIntent\sTo\sPrepare",
r"Notice\sof\sIntent\sto\sSeek\sExtension\sof\sApproval\sof\sCollection",
Expand Down Expand Up @@ -133,7 +134,7 @@
r"Senior\sExecutive\sService",
r"Special\sLocal\sRegulation",
r"Submission\sto\sthe\sOffice\sof\sManagement\sand\sBudget",
r"Sunshine\sAct\sMeeting",
r"Sunshine\sAct\sMeeting[s]?",
r"Supplemental\sNotice\sThat\sInitial\sMarket-Based\sRate\sFiling",
r"Taking\sMarine\sMammals\sIncidental\sto",
r"Tribal-State\sClass\sIII",
Expand Down

0 comments on commit 54aa0e0

Please sign in to comment.