se adiciona .pre-commit-config.yaml

FossilOrigin-Name: 91aee68f7d92c2bef8805260296abdfe14191500e9ae1dec3fecaf562779940b
This commit is contained in:
2020-10-18 22:07:05 +00:00
parent 76dd42bd2d
commit 823b6b12ee
67 changed files with 865 additions and 854 deletions

View File

@@ -39,4 +39,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -39,4 +39,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -47,4 +47,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -3782,4 +3782,4 @@
<Row><Value ColumnRef="code"><SimpleValue>992050</SimpleValue></Value></Row>
<Row><Value ColumnRef="code"><SimpleValue>995007</SimpleValue></Value></Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -55,4 +55,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -71,4 +71,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -63,4 +63,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -295,4 +295,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -87,4 +87,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -47,4 +47,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -2990,4 +2990,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -631,4 +631,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -9006,4 +9006,4 @@
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -2023,4 +2023,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -47,4 +47,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -53,4 +53,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -71,4 +71,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -119,4 +119,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -111,4 +111,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -159,4 +159,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -1464,4 +1464,4 @@
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -52,4 +52,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -52,4 +52,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -52,4 +52,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -47,4 +47,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -32,4 +32,4 @@
<Row><Value ColumnRef="code"><SimpleValue>032</SimpleValue></Value><Value ColumnRef="name"><SimpleValue>Recepción de mercacías y/o serviciosSimpleValue></Value></Row>
<Row><Value ColumnRef="code"><SimpleValue>033</SimpleValue></Value><Value ColumnRef="name"><SimpleValue>Aceptación de DocumentoSimpleValue></Value></Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -8775,4 +8775,4 @@
</Value>
</Row>
</SimpleCodeList>
</gc:CodeList>
</gc:CodeList>

View File

@@ -45,7 +45,7 @@ class CodeList:
row[value.attrib['ColumnRef']] = value.getchildren()[0].text
return row
def __getitem__(self, key):
return self.rows[str(key)]
@@ -90,4 +90,3 @@ RegimenFiscal = CodeList(path_for_codelist('RegimenFiscal-2.1.custom.gc'), 'code
TipoOperacionF = CodeList(path_for_codelist('TipoOperacionF-2.1.gc'), 'code', 'name')
Municipio = CodeList(path_for_codelist('Municipio-2.1.gc'), 'code', 'name')
Departamento = CodeList(path_for_codelist('Departamentos-2.1.gc'), 'code', 'name')