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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
pytest-dev
/
pytest-bdd
Public
Notifications
You must be signed in to change notification settings
Fork
251
Star
1.5k
Code
Issues
59
Pull requests
29
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Migrate
black
,
flake8
,
isort
,
pyupgrade
linters and formatters to
ruff
- #758
#758
Merged
youtux
merged 11 commits into
pytest-dev:master
pytest-dev/pytest-bdd:master
from
kieran-ryan:ruff-migration
kieran-ryan/pytest-bdd:ruff-migration
Copy head branch name to clipboard
Jan 2, 2025
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Migrate
black
,
flake8
,
isort
,
pyupgrade
linters and formatters to
ruff
#758
youtux
merged 11 commits into
pytest-dev:master
pytest-dev/pytest-bdd:master
from
kieran-ryan:ruff-migration
kieran-ryan/pytest-bdd:ruff-migration
Copy head branch name to clipboard
Commits
Commits on Dec 31, 2024
Migrate linting to ruff
Show description for 51a3087
kieran-ryan
committed
51a3087
View commit details
Copy full SHA for 51a3087
Browse repository at this point
Recommend ruff Visual Studio Code extension
Show description for f5eedc9
kieran-ryan
committed
f5eedc9
View commit details
Copy full SHA for f5eedc9
Browse repository at this point
Require future annotations import for tests (I002)
Show description for 06bc96e
kieran-ryan
committed
06bc96e
View commit details
Copy full SHA for 06bc96e
Browse repository at this point
Apply codespell spelling fixes
kieran-ryan
committed
3306525
View commit details
Copy full SHA for 3306525
Browse repository at this point
Commits on Jan 1, 2025
docs: Align docstring type hints with __future__ annotations
Show description for d029b9e
kieran-ryan
committed
d029b9e
View commit details
Copy full SHA for d029b9e
Browse repository at this point
refactor: Missing None return type hint on FeatureParser __init__ (ANN204)
Show description for eb5ca74
kieran-ryan
committed
eb5ca74
View commit details
Copy full SHA for eb5ca74
Browse repository at this point
refactor: Drop implicit str concatentation (ISC001)
Show description for d70029d
kieran-ryan
committed
d70029d
View commit details
Copy full SHA for d70029d
Browse repository at this point
Lint perflint, comprehensions and blind-except (PERF, C4, BLE)
Show description for 59c638c
kieran-ryan
committed
59c638c
View commit details
Copy full SHA for 59c638c
Browse repository at this point
refactor: Explicit exception 'raise ... from None' (B904)
Show description for 4427f19
kieran-ryan
committed
4427f19
View commit details
Copy full SHA for 4427f19
Browse repository at this point
refactor: Ignore ISC001 as covered by formatter
kieran-ryan
committed
4bf4af2
View commit details
Copy full SHA for 4bf4af2
Browse repository at this point
Merge branch 'master' into ruff-migration
kieran-ryan
authored
b96b83e
View commit details
Copy full SHA for b96b83e
Browse repository at this point
You can’t perform that action at this time.