Skip to content

Commit

Permalink
Fix escaping and lint inhibition (#1619)
Browse files Browse the repository at this point in the history
Co-authored-by: Arkadii Yakovets <[email protected]>
  • Loading branch information
heikkiorsila and arkid15r authored Jan 1, 2024
1 parent 2c02477 commit 053a6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holidays/countries/kazakhstan.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Kazakhstan(ObservedHolidayBase, ChristianHolidays, InternationalHolidays,
- https://www.officeholidays.com/countries/kazakhstan/2020
- https://egov.kz/cms/en/articles/holidays-calend
- https://en.wikipedia.org/wiki/Public_holidays_in_Kazakhstan
- https://adilet.zan.kz/rus/docs/Z010000267\_/history # noqa W605
- https://adilet.zan.kz/rus/docs/Z010000267%5F/history
"""

country = "KZ"
Expand Down

0 comments on commit 053a6fc

Please sign in to comment.