Skip to content

Commit d6c300a

Browse files
nikolay-eclaude
andauthored
Fix multiple bugs and issues (#6)
* Fix multiple bugs and issues - Fix anchored gitignore patterns on Windows - Fix YAML writer issues with special filenames - Fix incorrect Black version in setup.cfg - Fix CD workflow version bumping with better Python script - Fix ambiguous git push in CD workflow - Fix gitignore negation logic - Add default ignore patterns - Change default verbosity to ERROR level - Add tests for fixes - Fix line endings and linting issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix test for special characters in filenames - Add Windows compatibility for special characters test - Double quotes are not allowed in Windows filenames - Add fallback to using @ character on Windows systems 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 5be07a2 commit d6c300a

25 files changed

Lines changed: 2311 additions & 1691 deletions

.flake8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[flake8]
2-
max-line-length = 130
1+
[flake8]
2+
max-line-length = 130

0 commit comments

Comments
 (0)