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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
docker
/
docker-py
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
7.2k
Code
Issues
445
Pull requests
120
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Switch linting to ruff, use f-strings, fix lint errors and possible bugs
- #3126
#3126
Merged
milas
merged 13 commits into
docker:main
docker/docker-py:main
from
valohai:ruffify
valohai/docker-py:ruffify
Copy head branch name to clipboard
Aug 15, 2023
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Switch linting to ruff, use f-strings, fix lint errors and possible bugs
#3126
milas
merged 13 commits into
docker:main
docker/docker-py:main
from
valohai:ruffify
valohai/docker-py:ruffify
Copy head branch name to clipboard
Commits
Commits on Aug 15, 2023
Replace string formatting with f-strings
Show description for 8a3402c
akx
committed
8a3402c
View commit details
Copy full SHA for 8a3402c
Browse repository at this point
Switch linting from flake8 to ruff
Show description for 9313536
akx
committed
9313536
View commit details
Copy full SHA for 9313536
Browse repository at this point
Get rid of star import
Show description for fad792b
akx
committed
fad792b
View commit details
Copy full SHA for fad792b
Browse repository at this point
Clean up unnecessary noqa comments
Show description for ec58856
akx
committed
ec58856
View commit details
Copy full SHA for ec58856
Browse repository at this point
Enable Ruff C rules and autofix
Show description for 6014767
akx
committed
6014767
View commit details
Copy full SHA for 6014767
Browse repository at this point
Enable Ruff B rules and autofix
Show description for 8447f7b
akx
committed
8447f7b
View commit details
Copy full SHA for 8447f7b
Browse repository at this point
Fix Ruff B904s (be explicit about exception causes)
Show description for 6aec90a
akx
committed
6aec90a
View commit details
Copy full SHA for 6aec90a
Browse repository at this point
Fix B005 (probably an actual bug too)
Show description for 09f12f2
akx
committed
09f12f2
View commit details
Copy full SHA for 09f12f2
Browse repository at this point
Fix B082 (no explicit stacklevel for warnings)
Show description for cc76c9c
akx
committed
cc76c9c
View commit details
Copy full SHA for cc76c9c
Browse repository at this point
Fix missing asserts or assignments
Show description for 0566f12
akx
committed
0566f12
View commit details
Copy full SHA for 0566f12
Browse repository at this point
Fix or noqa B003 (assigning to os.environ doesn't do what you expect)
Show description for 3948540
akx
committed
3948540
View commit details
Copy full SHA for 3948540
Browse repository at this point
Noqa pytest.raises(Exception)
Show description for a9a3775
akx
committed
a9a3775
View commit details
Copy full SHA for a9a3775
Browse repository at this point
Fix duplicate dict key literal (ruff F601)
Show description for c68d532
akx
committed
c68d532
View commit details
Copy full SHA for c68d532
Browse repository at this point
You can’t perform that action at this time.