Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
python-grimp
/
grimp
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
132
Code
Issues
19
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Select and comply with all Ruff rules, minus a curated ignore list
- #290
#290
Merged
seddonym
merged 12 commits into
python-grimp:main
python-grimp/grimp:main
from
nathanjmcdougall:refactor/enable-strict-ruff-config
nathanjmcdougall/grimp:refactor/enable-strict-ruff-config
Copy head branch name to clipboard
Dec 22, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Select and comply with all Ruff rules, minus a curated ignore list
#290
seddonym
merged 12 commits into
python-grimp:main
python-grimp/grimp:main
from
nathanjmcdougall:refactor/enable-strict-ruff-config
nathanjmcdougall/grimp:refactor/enable-strict-ruff-config
Copy head branch name to clipboard
Commits
Commits on Dec 19, 2025
Select and comply with all Ruff rules, minus a curated ignore list
nathanjmcdougall
committed
5588928
View commit details
Copy full SHA for 5588928
Browse repository at this point
Remove hyphens from docstring
nathanjmcdougall
committed
c390810
View commit details
Copy full SHA for c390810
Browse repository at this point
Improve docstring format for `find_illegal_dependencies_for_layers`
nathanjmcdougall
committed
ed6dbd7
View commit details
Copy full SHA for ed6dbd7
Browse repository at this point
Migrate config to `ruff.toml` and add comments regarding the reasons for rule ignores
nathanjmcdougall
committed
f5a681e
View commit details
Copy full SHA for f5a681e
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into refactor/enable-strict-ruff-config
nathanjmcdougall
committed
8796027
View commit details
Copy full SHA for 8796027
Browse repository at this point
Ignore `S101` rule and revert associated changes
nathanjmcdougall
committed
716b13b
View commit details
Copy full SHA for 716b13b
Browse repository at this point
Use exception chaining in some cases, use consistent naming `e` -> `exc`
nathanjmcdougall
committed
44ee64d
View commit details
Copy full SHA for 44ee64d
Browse repository at this point
Disable `PYI025` rule and revert aliasing i.e. `AbstractSet` -> `Set`
nathanjmcdougall
committed
f36e56f
View commit details
Copy full SHA for f36e56f
Browse repository at this point
Revert TC001, TC002, TC003 rule compliance (TYPE_CHECKING guards)
nathanjmcdougall
committed
842ab5e
View commit details
Copy full SHA for 842ab5e
Browse repository at this point
Add `match` arg in `pytest.warns` for `DeprecationWarning` of `NamespacePackageEncountered`
nathanjmcdougall
committed
a181106
View commit details
Copy full SHA for a181106
Browse repository at this point
Merge branch 'fix/comply-with-ruff-rule-for-namespace-deprec' into refactor/enable-strict-ruff-config
nathanjmcdougall
committed
76c1335
View commit details
Copy full SHA for 76c1335
Browse repository at this point
Commits on Dec 20, 2025
Merge branch 'main' into refactor/enable-strict-ruff-config
nathanjmcdougall
authored
2681042
View commit details
Copy full SHA for 2681042
Browse repository at this point
You can’t perform that action at this time.