File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 branches : [master]
88
99jobs :
10- build :
10+ PR-validation :
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/ambv/black
3- rev : 22.6 .0
3+ rev : 25.1 .0
44 hooks :
55 - id : black
66- repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : v4.3 .0
7+ rev : v6.0 .0
88 hooks :
99 - id : check-yaml
1010 - id : check-toml
1616 args :
1717 - --maxkb=1000
1818- repo : https://github.com/Lucas-C/pre-commit-hooks
19- rev : v1.3.0
19+ rev : v1.5.5
2020 hooks :
2121 - id : remove-crlf
2222 - id : remove-tabs
Original file line number Diff line number Diff line change 88
99setup (
1010 name = "aco_routing" ,
11- version = "1.1 .1" ,
11+ version = "1.2 .1" ,
1212 packages = find_packages (exclude = "tests" ),
1313 description = "A Python package to find the shortest path in a graph using Ant Colony Optimization (ACO)" ,
1414 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments