Skip to content

Commit

Permalink
Merge pull request #8 from aplazame/svelez/sc-116368/añadir-revolut-a…
Browse files Browse the repository at this point in the history
…l-listado-de-bancos-aceptados

Svelez/sc 116368/añadir revolut al listado de bancos aceptados
  • Loading branch information
seravb authored Jan 30, 2024
2 parents ed144f5 + 733e0c6 commit 8606768
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.3.0
rev: v3.12.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: stable
rev: 24.1.1
hooks:
- id: black
name: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-comprehensions, flake8-debugger]
14 changes: 10 additions & 4 deletions schwifty/bank_registry/manual_es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1598,23 +1598,29 @@
"name": "CAJA RURAL DE ARAGON SOC. COOP. DE CREDITO",
"primary": true,
"short_name": "CAJA RURAL ARAGON"
}
,
},
{
"bank_code": "3121",
"bic": "CCRIES2A121",
"country_code": "ES",
"name": "CAJA R. DE CHESTE, S.C.C.",
"primary": true,
"short_name": "CAJAMAR"
}
,
},
{
"bank_code": "6713",
"bic": "PFSSESM1",
"country_code": "ES",
"name": "PREPAID FINANCIAL SERVICES LIMITED, S.E",
"primary": true,
"short_name": "PFS"
},
{
"bank_code": "1583",
"bic": "REVOESM2XXX",
"country_code": "ES",
"name": "REVOLUT BANK UAB",
"primary": true,
"short_name": "REVOLUT BANK"
}
]

0 comments on commit 8606768

Please sign in to comment.