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
.
NSLS-II-CSX
/
csxtools
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
5
Code
Issues
14
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Migrate tooling configuration from setup.cfg to pyproject.toml
- #107
#107
Merged
ambarb
merged 8 commits into
NSLS-II-CSX:master
NSLS-II-CSX/csxtools:master
from
nisarnk:cleanup_code
nisarnk/csxtools:cleanup_code
Copy head branch name to clipboard
Sep 17, 2025
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Migrate tooling configuration from setup.cfg to pyproject.toml
#107
ambarb
merged 8 commits into
NSLS-II-CSX:master
NSLS-II-CSX/csxtools:master
from
nisarnk:cleanup_code
nisarnk/csxtools:cleanup_code
Copy head branch name to clipboard
Commits
Commits on Sep 4, 2025
moved ruff>=0.4.0 from requirements.txt to requirements-dev.txt
nisarnk
committed
394da36
View commit details
Copy full SHA for 394da36
Browse repository at this point
removed obsolete packages flake8 and pytest-flake8 from requirements-dev.txt
nisarnk
committed
361a381
View commit details
Copy full SHA for 361a381
Browse repository at this point
deleted: requirements.txt, since the only entry 'numpy' is added to pyproject.toml
nisarnk
committed
d475268
View commit details
Copy full SHA for d475268
Browse repository at this point
reinstate requirements.txt, since setup.py depend on this and will break the code compilation
nisarnk
committed
e5e7aa6
View commit details
Copy full SHA for e5e7aa6
Browse repository at this point
The following is removed fron setup.cfg sice it is a legacy entry and is no longer necessary.
Show description for 429b762
nisarnk
committed
429b762
View commit details
Copy full SHA for 429b762
Browse repository at this point
Moved [tool:pytest] from setup.cfg to pyproject.toml
nisarnk
committed
c23eeac
View commit details
Copy full SHA for c23eeac
Browse repository at this point
pyproject.toml: [tool:pytest] modified to [tool.pytest.ini_options]
nisarnk
committed
c1256ea
View commit details
Copy full SHA for c1256ea
Browse repository at this point
from setup.cfg following is removed:
Show description for 3d2dc2d
nisarnk
committed
3d2dc2d
View commit details
Copy full SHA for 3d2dc2d
Browse repository at this point
You can’t perform that action at this time.