python-holidays
python-holidays copied to clipboard
Add 2024 Russian Substituted Holidays
Proposed change
Add 2024 Russian Substituted Holidays.
This PR supersedes @summicron502 's https://github.com/vacanza/python-holidays/pull/1760 - with all issues resolved and all suggestions implemented.
Type of change
- [ ] New country/market holidays support (thank you!)
- [x] Supported country/market holidays update (calendar discrepancy fix, localization)
- [ ] Existing code/documentation/test/process quality improvement (best practice, cleanup, refactoring, optimization)
- [ ] Dependency update (version deprecation/upgrade)
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] Breaking change (a code change causing existing functionality to break)
- [ ] New feature (new python-holidays functionality in general)
Checklist
- [x] I've followed the contributing guidelines
- [x] I've run
make pre-commit
, it didn't generate any changes - [x] I've run
make test
, all tests passed locally